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 1111 "build-prod" : " npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map webpack --config ./config/prod.config.js --progress --profile" ,
1212 "clean" : " rimraf resources/web/gen && rimraf resources/web/jbrowse/gen && rimraf resources/views/gen" ,
1313 "prepareCli" : " rimraf ./buildCli && rimraf ./resources/external/jb-cli && npm install @jbrowse/cli@1.7.4 --prefix ./buildCli" ,
14- "jb-pkg" : " npm run prepareCli && npx pkg --debug --outdir=./resources/external/jb-cli ./buildCli/node_modules/@jbrowse/cli && rimraf ./buildCli"
14+ "jb-pkg" : " npm run prepareCli && npx pkg --public --outdir=./resources/external/jb-cli ./buildCli/node_modules/@jbrowse/cli && rimraf ./buildCli"
1515 },
1616 "dependencies" : {
1717 "@gmod/vcf" : " ^6.0.9" ,
You can’t perform that action at this time.
0 commit comments