File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "setup" : " npm ci" ,
77 "build" : " npm run build-dev" ,
88 "start" : " cross-env NODE_ENV=development LK_MODULE_CONTAINER=tutorialModules LK_MODULE=demo webpack serve --config node_modules/@labkey/build/webpack/watch.config.js" ,
9- "build-dev" : " npm run clean && cross-env NODE_ENV=development LK_MODULE_CONTAINER=tutorialModules LK_MODULE=demo webpack --config node_modules/@labkey/build/webpack/dev.config.js" ,
10- "build-prod" : " npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map LK_MODULE_CONTAINER=tutorialModules LK_MODULE=demo webpack --config node_modules/@labkey/build/webpack/prod.config.js --progress --profile" ,
9+ "build-dev" : " npm run clean && cross-env NODE_ENV=development LK_MODULE_CONTAINER=tutorialModules LK_MODULE=demo webpack --config node_modules/@labkey/build/webpack/dev.config.js --color " ,
10+ "build-prod" : " npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map LK_MODULE_CONTAINER=tutorialModules LK_MODULE=demo webpack --config node_modules/@labkey/build/webpack/prod.config.js --color -- progress --profile" ,
1111 "clean" : " rimraf resources/web/demo/gen && rimraf resources/views/gen && rimraf resources/views/helloWorld* && rimraf resources/views/todoList*" ,
1212 "test" : " cross-env NODE_ENV=test jest"
1313 },
You can’t perform that action at this time.
0 commit comments