Skip to content

Commit b62c70e

Browse files
committed
Modify build script to the package.json
1 parent c56868f commit b62c70e

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"type-check": "tsc -p ./src --noEmit",
1010
"type-check:watch": "npm run type-check -- --watch",
11-
"build": "npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:types && npm run compile:css",
11+
"build": "npm run doc:build && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:types && npm run compile:css",
1212
"build:types": "tsc -p ./src -t es2015 --types --emitDeclarationOnly --outDir typings",
1313
"build:cjs": "BABEL_ENV=cjs babel ./src --out-dir cjs --extensions \".ts,.tsx\" --source-maps true --delete-dir-on-start --verbose",
1414
"build:module:esm": "BABEL_ENV=esmdev babel ./src --out-dir esm --extensions \"*.ts,.tsx\" --source-maps true --copy-files --delete-dir-on-start --verbose",

0 commit comments

Comments
 (0)