File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments