Skip to content

Commit

Permalink
fix an error in npm run prod
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCHN committed Sep 16, 2020
1 parent 52c99d5 commit 6bd48f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "node scripts/install.js",
"launch": "node scripts/launch.js",
"preprod": "node scripts/prepublish.js",
"prod": "run-s publish:*",
"prod": "run-s prod:*",
"prod:panorama": "node --preserve-symlinks node_modules/webpack/bin/webpack.js --config content/panorama/webpack.config.js",
"prod:vscripts": "tstl --project game/scripts/tsconfig.json",
"prod:kv": "node scripts/excel_2_kv.js",
Expand Down

0 comments on commit 6bd48f9

Please sign in to comment.