mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 07:44:33 +01:00
Update scripts to point to tsc one folder up
This commit is contained in:
+3
-3
@@ -66,9 +66,9 @@
|
||||
"vscode-universal-bundler": "^0.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "tsc -p tsconfig.build.json",
|
||||
"watch": "tsc -p tsconfig.build.json --watch",
|
||||
"npmCheckJs": "tsc --noEmit"
|
||||
"compile": "../node_modules/.bin/tsc -p tsconfig.build.json",
|
||||
"watch": "../node_modules/.bin/tsc -p tsconfig.build.json --watch",
|
||||
"npmCheckJs": "../node_modules/.bin/tsc --noEmit"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user