Skip to content

Commit

Permalink
fix: syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Dec 11, 2023
1 parent 60e7f3e commit f96b33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
with:
node-version: 16.x
- run: npm install
- run: npm lint
- run: npm package
- run: npm run lint
- run: npm run package

0 comments on commit f96b33d

Please sign in to comment.