Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ftzi committed Dec 21, 2023
1 parent fe62612 commit 3462557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "dist/index.d.ts",
"scripts": {
"start": "bun --watch run src/index.ts",
"build": "rimraf dist && npx tscp -p ./tsconfig.build.json",
"build": "rimraf dist && npx tsc -p ./tsconfig.build.json",
"prepublishOnly": "bun run build",
"pre-commit": "bun test",
"prepare": "husky install"
Expand Down

0 comments on commit 3462557

Please sign in to comment.