Skip to content

Commit a528ae7

Browse files
committed
symlinking tns-platform-declarations inside tns-core-modules causes the apps and tests to fail on some dev machines
1 parent 8353657 commit a528ae7

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dev-tsc-apps": "tsc -p apps",
4242
"dev-tsc-all": "npm run dev-tsc-tns-platform-declarations && npm run dev-tsc-tns-core-modules && npm run dev-tsc-tests && npm run dev-tsc-apps",
4343
"dev-link-tns-platform-declarations": "cd tns-platform-declarations && npm link",
44-
"dev-link-tns-core-modules": "cd tns-core-modules && npm link tns-platform-declarations && npm link",
44+
"dev-link-tns-core-modules": "cd tns-core-modules && npm link",
4545
"dev-link-tests": "cd tests && npm link tns-platform-declarations && npm link tns-core-modules",
4646
"dev-link-apps": "cd apps && npm link tns-platform-declarations && npm link tns-core-modules",
4747
"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",

tns-core-modules/tsconfig.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)