Fix start script to use bundled version

main
Mari 3 years ago
parent 19b920ddd0
commit 75d01dc6ad
  1. 2
      package.json

@ -4,7 +4,7 @@
"description": "Simple SMVA save file templating system.", "description": "Simple SMVA save file templating system.",
"bin": "indexer.mjs", "bin": "indexer.mjs",
"scripts": { "scripts": {
"start": "node indexer.mjs", "start": "node build/smva-indexer-bundle.js",
"build": "npm run build-rollup && concurrently -i -n Win,Mac,Lin -c blue,white,yellow \"npm run build-win-nexe\" \"npm run build-mac-nexe\" \"npm run build-lin-nexe\"", "build": "npm run build-rollup && concurrently -i -n Win,Mac,Lin -c blue,white,yellow \"npm run build-win-nexe\" \"npm run build-mac-nexe\" \"npm run build-lin-nexe\"",
"build-rollup": "rollup -c rollup.config.js -f commonjs indexer.mjs", "build-rollup": "rollup -c rollup.config.js -f commonjs indexer.mjs",
"build-win-nexe": "nexe -t windows-x86-14.15.3 -i build/smva-indexer-bundle.js -n indexer -o build/smva-indexer-win.exe --verbose", "build-win-nexe": "nexe -t windows-x86-14.15.3 -i build/smva-indexer-bundle.js -n indexer -o build/smva-indexer-win.exe --verbose",

Loading…
Cancel
Save