Skip to content

Commit

Permalink
fix(build): make sure install before build
Browse files Browse the repository at this point in the history
chore: update lock
  • Loading branch information
jellydn committed Oct 18, 2023
1 parent 94e6113 commit 27b55b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dev": "bun run --watch ./src/index.ts",
"format": "prettier --write .",
"lint": "eslint --ext .ts .",
"np": "bun run build && bunx np@latest --no-tests",
"np": "bun install && bun run build && bunx np@latest --no-tests",
"typecheck": "tsc --noEmit"
},
"simple-git-hooks": {
Expand Down

0 comments on commit 27b55b8

Please sign in to comment.