File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "main" : " ./src/index.ts" ,
66 "scripts" : {
77 "build" : " npx webpack --config webpack.dev.js" ,
8+ "build-dev" : " npm run build" ,
89 "build-prod" : " npx webpack --config webpack.prod.js" ,
910 "watch" : " npx webpack --watch" ,
1011 "start" : " npx webpack && open-cli ./dist/index.html" ,
1112 "serve" : " webpack serve --config webpack.dev.js" ,
1213 "serve-prod" : " webpack serve --config webpack.prod.js" ,
1314 "build-all" : " cd ../../library && npm install && npm run build && cd ../examples/typescript && npm run build" ,
15+ "build-all-dev" : " npm run build-all" ,
1416 "build-all-prod" : " cd ../../library && npm install && npm run build-prod && cd ../examples/typescript && npm run build-prod"
1517 },
1618 "author" : " TensorWorks Pty Ltd" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "build:cjs" : " tsc --project tsconfig.cjs.json" ,
1010 "build:esm" : " tsc --project tsconfig.esm.json" ,
11- "build" : " npm run build:cjs && npm run build:esm"
11+ "build" : " npm run build:cjs && npm run build:esm" ,
12+ "build-dev" : " npm run build" ,
13+ "build-prod" : " npm run build"
1214 },
1315 "author" : " TensorWorks Pty Ltd" ,
1416 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments