File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 65
65
"dev-tsc-tests" : " npm run tsc -- -p tests" ,
66
66
"dev-tsc-apps" : " npm run tsc -- -p apps" ,
67
67
"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" ,
69
69
"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)" ,
70
70
"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" ,
71
71
"test" : " npm run test-android && npm run test-ios" ,
You can’t perform that action at this time.
0 commit comments