Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Sep 6, 2024
1 parent 56efb98 commit 3845355
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build
- run: npm test
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/yargs": "^17.0.33",
"typescript": "^5.5.4"
},
Expand Down

0 comments on commit 3845355

Please sign in to comment.