Skip to content

Commit 4c08a5b

Browse files
committed
add build-types
1 parent dde27dd commit 4c08a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"scripts": {
2121
"clean": "rm -rf ./dist ./src/versionInfo.ts ./docs/api",
22-
"build": "npm run clean && npm run typecheck && npm run build-version && npm run build-dist && npm run build-js && npm run postbuild-js && npm run build-storybook",
22+
"build-types": "tsc",
23+
"build": "npm run clean && npm run typecheck && npm run build-version && npm run build-types && npm run build-dist && npm run build-js && npm run postbuild-js && npm run build-storybook",
2324
"build-version": "sh ./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
2425
"build-js": "tsc",
2526
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",

0 commit comments

Comments
 (0)