Skip to content

Commit 780bc00

Browse files
committed
fix build command
1 parent bff76a2 commit 780bc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "vitest",
2525
"test:bun": "bun run vitest",
2626
"start": "rollup -w -c",
27-
"build": "rm -rf dist && rollup -c && ./fix-optional-dep-types.sh",
27+
"build": "rm -rf dist && rollup -c",
2828
"generate:open-api": "./generate-openapi.sh",
2929
"lint": "eslint **/*.ts",
3030
"lint:fix": "eslint --fix **/*.ts",

0 commit comments

Comments
 (0)