Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed May 3, 2024
1 parent ab78adb commit 91c02e7
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 @@ -55,7 +55,7 @@
"build:declaration": "tsc --project tsconfig.type.json --outdir ./dist",
"build:typebox": "bun run typebox-gen.ts",
"build:doc": "typedoc --options typedoc.json --tsconfig tsconfig.type.json",
"publish": "bun run build && npm publish --access public",
"publish": "bun run build:bun && npm publish --access public",
"prepare": "bunx husky"
},
"type": "module",
Expand Down

0 comments on commit 91c02e7

Please sign in to comment.