8000 chore: dev-tsc-all target invalid in package.json (#7746) · NativeScript/NativeScript@570c17f · GitHub
[go: up one dir, main page]

Skip to content

Commit 570c17f

Browse files
rynopmanoldonev
authored andcommitted
chore: dev-tsc-all target invalid in package.json (#7746)
1 parent e0c4933 commit 570c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dev-tsc-tests": "npm run tsc -- -p tests",
6666
"dev-tsc-apps": "npm run tsc -- -p apps",
6767
"dev-tsc-e2e": "npm run tsc -- -p e2e",
68-
"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",
68+
"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",
6969
"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)",
7070
"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",
7171
"test": "npm run test-android && npm run test-ios",

0 commit comments

Comments
 (0)
0