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 "start" : " cross-env NODE_ENV=development LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack-dev-server --config config/watch.config.js" ,
99 "build-dev" : " npm run clean && cross-env NODE_ENV=development LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack --config config/dev.config.js --progress --profile" ,
1010 "build-prod" : " npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack --config config/prod.config.js --progress --profile --colors" ,
11- "clean" : " rimraf resources/web/jbrowse/gen && rimraf resources/views/gen && rimraf resources/views/browser*" ,
11+ "clean" : " rimraf resources/web/jbrowseApp && rimraf resources/web/ jbrowse/gen && rimraf resources/views/gen && rimraf resources/views/browser*" ,
1212 "test" : " cross-env NODE_ENV=test jest"
1313 },
1414 "dependencies" : {
You can’t perform that action at this time.
0 commit comments