Skip to content

Commit 8c6e6dc

Browse files
committed
Fixed build script paths
1 parent 2701c9c commit 8c6e6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"postinstall": "node scripts/install.js",
66
"launch": "node scripts/launch.js",
77
"build": "run-p build:*",
8-
"build:panorama": "tsc --project content/panorama/scripts/custom_game/tsconfig.json",
9-
"build:vscripts": "tstl --project game/scripts/vscripts/tsconfig.json",
8+
"build:panorama": "tsc --project src/panorama/tsconfig.json",
9+
"build:vscripts": "tstl --project src/vscripts/tsconfig.json",
1010
"dev": "run-p dev:*",
1111
"dev:panorama": "tsc --project src/panorama/tsconfig.json --watch",
1212
"dev:vscripts": "tstl --project src/vscripts/tsconfig.json --watch"

0 commit comments

Comments
 (0)