Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 4, 2024
1 parent 1620237 commit de9724b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: bun run build
working-directory: npm
- run: bun check
working-directory: npm
- run: bun test
Expand Down
3 changes: 2 additions & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"scripts": {
"check": "check -b ../node_modules/.bin",
"dev": "bun test --watch",
"build": "bun build.ts"
"build": "bun build.ts",
"prepare": "bun run build"
},
"dependencies": {
"@antfu/utils": "^0.7.7",
Expand Down

0 comments on commit de9724b

Please sign in to comment.