mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
chore: dev-tsc-all target invalid in package.json (#7746)
This commit is contained in:

committed by
Manol Donev

parent
e0c4933337
commit
570c17f41a
@ -65,7 +65,7 @@
|
|||||||
"dev-tsc-tests": "npm run tsc -- -p tests",
|
"dev-tsc-tests": "npm run tsc -- -p tests",
|
||||||
"dev-tsc-apps": "npm run tsc -- -p apps",
|
"dev-tsc-apps": "npm run tsc -- -p apps",
|
||||||
"dev-tsc-e2e": "npm run tsc -- -p e2e",
|
"dev-tsc-e2e": "npm run tsc -- -p e2e",
|
||||||
"dev-tsc-all": "npm run dev-tsc-tns-platform-declarations && npm run tsc && npm run dev-tsc-tests && npm run dev-tsc-apps && && npm run dev-tsc-e2e",
|
"dev-tsc-all": "npm run dev-tsc-tns-platform-declarations && npm run tsc && npm run dev-tsc-tests && npm run dev-tsc-apps && npm run dev-tsc-e2e",
|
||||||
"dev-link-tns-core-modules-widgets": "(cd tns-core-modules-widgets/dist/package && npm link) && (cd tns-core-modules && npm i ../tns-core-modules-widgets/dist/package --save)",
|
"dev-link-tns-core-modules-widgets": "(cd tns-core-modules-widgets/dist/package && npm link) && (cd tns-core-modules && npm i ../tns-core-modules-widgets/dist/package --save)",
|
||||||
"dev-declarations": "npm run setup && rm -rf tns-platform-declarations/ios/objc* && TNS_TYPESCRIPT_DECLARATIONS_PATH=$PWD/tns-platform-declarations/ios/objc tns build ios --path tests",
|
"dev-declarations": "npm run setup && rm -rf tns-platform-declarations/ios/objc* && TNS_TYPESCRIPT_DECLARATIONS_PATH=$PWD/tns-platform-declarations/ios/objc tns build ios --path tests",
|
||||||
"test": "npm run test-android && npm run test-ios",
|
"test": "npm run test-android && npm run test-ios",
|
||||||
|
Reference in New Issue
Block a user