Skip to content

Commit 4486664

Browse files
committed
Run build tasks in parallel
1 parent b461f84 commit 4486664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"postinstall": "node scripts/install.js",
55
"launch": "node scripts/launch.js",
6-
"build": "run-s build:*",
6+
"build": "run-p build:*",
77
"build:panorama": "tsc --project content/panorama/scripts/custom_game/tsconfig.json",
88
"build:vscripts": "tstl --project game/scripts/tsconfig.json",
99
"dev": "run-p dev:*",

0 commit comments

Comments
 (0)