From 570c17f41a2fdfee1bc675812b39f8a05138e68b Mon Sep 17 00:00:00 2001 From: Ryan Pendergast Date: Thu, 12 Sep 2019 07:54:02 -0500 Subject: [PATCH] chore: dev-tsc-all target invalid in package.json (#7746) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c57d4ab9..0a6153892 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "dev-tsc-tests": "npm run tsc -- -p tests", "dev-tsc-apps": "npm run tsc -- -p apps", "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-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",