mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Renamed buildweb to build.
This commit is contained in:
parent
7cfcf5222c
commit
48f0d5157d
@ -27,7 +27,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --port 1623 --config webpack.dev.js",
|
||||
"buildweb": "webpack --config webpack.prod.js",
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"test": "jest",
|
||||
"update_generic_data": "ts-node --project=tsconfig-scripts.json assets_generation/update_generic_data.ts",
|
||||
"update_ephinea_data": "ts-node --project=tsconfig-scripts.json assets_generation/update_ephinea_data.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user