mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix tsc invocation on Windows.
This commit is contained in:
committed by
Hristo Deshev
parent
b45cbe929b
commit
5f8a0aea45
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",
|
||||
"tsc": "node --max_old_space_size=4096 ./node_modules/.bin/tsc",
|
||||
"tsc": "node --max_old_space_size=4096 ./node_modules/typescript/bin/tsc",
|
||||
"compile-all": "npm run tsc -- -p tsconfig.json --outDir bin/dist",
|
||||
"compile-check-base-dts": "npm run tsc -- -p tsconfig.base-dts.json",
|
||||
"compile-node-tests": "npm run tsc -- -p tsconfig.node-tests.json --outDir bin/dist/node-tests",
|
||||
|
||||
Reference in New Issue
Block a user