We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff76a2 commit 780bc00Copy full SHA for 780bc00
package.json
@@ -24,7 +24,7 @@
24
"test": "vitest",
25
"test:bun": "bun run vitest",
26
"start": "rollup -w -c",
27
- "build": "rm -rf dist && rollup -c && ./fix-optional-dep-types.sh",
+ "build": "rm -rf dist && rollup -c",
28
"generate:open-api": "./generate-openapi.sh",
29
"lint": "eslint **/*.ts",
30
"lint:fix": "eslint --fix **/*.ts",
0 commit comments