Skip to content

Commit 085569f

Browse files
authoredSep 21, 2019
Feature/dependencies (shimataro#16)
* * remove also=dev * * only production * * update CI
1 parent 174bd64 commit 085569f

File tree

3,735 files changed

+152
-1152674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,735 files changed

+152
-1152674
lines changed
 

‎.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ jobs:
2929
uses: actions/setup-node@v1
3030
with:
3131
node-version: ${{ matrix.nodejs }}
32+
- name: Install dependencies
33+
run: npm ci
3234
- name: Build
3335
run: npm run build

‎.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
also=dev
1+
#also=dev
22
engine-strict=true
33
heading="🍣"
44
save-prefix=""

0 commit comments

Comments
 (0)