Skip to content

Commit

Permalink
back to ci npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jun 2, 2024
1 parent 9535e56 commit 6091f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm install
- run: npm ci
- run: npm run build
- run: npm run test:ci
- run: npm run test:npm

0 comments on commit 6091f1f

Please sign in to comment.