Skip to content

Commit f0c9dd6

Browse files
committed
Update scripts to point to tsc one folder up
1 parent 8211dc3 commit f0c9dd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"vscode-universal-bundler": "^0.0.2"
6767
},
6868
"scripts": {
69-
"compile": "tsc -p tsconfig.build.json",
70-
"watch": "tsc -p tsconfig.build.json --watch",
71-
"npmCheckJs": "tsc --noEmit"
69+
"compile": "../node_modules/.bin/tsc -p tsconfig.build.json",
70+
"watch": "../node_modules/.bin/tsc -p tsconfig.build.json --watch",
71+
"npmCheckJs": "../node_modules/.bin/tsc --noEmit"
7272
},
7373
"dependencies": {}
7474
}

0 commit comments

Comments
 (0)