Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Jan 8, 2020
1 parent b9f6f2b commit 1b52c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm install
npm run build --if-present
npm test
env:
Expand Down

0 comments on commit 1b52c65

Please sign in to comment.