Skip to content

Commit

Permalink
Modify build task
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 19, 2023
1 parent cf3aae3 commit b09bd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .builds/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ tasks:
sudo apt-get install nodejs -y
- install: |
cd dusa
npm --version
npm install
npm ci
- test: |
cd dusa
npm run coverage
npm run prettier
npm run lint
npm run build
npm run lib
- github: |
Expand Down

0 comments on commit b09bd76

Please sign in to comment.