Skip to content

Commit

Permalink
Use package lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Dec 29, 2020
1 parent 0b8146b commit a7e8100
Show file tree
Hide file tree
Showing 4 changed files with 10,700 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: 12
- run: npm install
- run: npm ci
- run: npm test
deploy:
needs: build
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: 12
- run: npm install
- run: npm ci
- run: npm run build
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm test
env:
CI: true
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
/dist/
flowhub.json
fbp.json
package-lock.json
*~
Loading

0 comments on commit a7e8100

Please sign in to comment.