We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent b461f84 commit 4486664Copy full SHA for 4486664
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"scripts": {
4
"postinstall": "node scripts/install.js",
5
"launch": "node scripts/launch.js",
6
- "build": "run-s build:*",
+ "build": "run-p build:*",
7
"build:panorama": "tsc --project content/panorama/scripts/custom_game/tsconfig.json",
8
"build:vscripts": "tstl --project game/scripts/tsconfig.json",
9
"dev": "run-p dev:*",
0 commit comments