Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chintan9 authored Dec 19, 2019
1 parent 86a281a commit 7be0897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
cd my-lib
npm i
npm ci
npm run build --if-present
npm test
env:
Expand Down

0 comments on commit 7be0897

Please sign in to comment.