Skip to content

Commit 63872d8

Browse files
committed
fix: try to fix error in jenkins
1 parent e9e9327 commit 63872d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: nativescript-angular-package/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@
4444
"@angular/platform-browser-dynamic": "~8.2.0",
4545
"@angular/router": "~8.2.0",
4646
"rxjs": "^6.4.0",
47-
"tns-core-modules": "next"
47+
"tns-core-modules": "next",
48+
"typescript": "~3.5.3"
4849
},
4950
"scripts": {
50-
"pack-with-scoped-version": "npm i && tsc && cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
51+
"ngc": "ngc -p tsconfig.json",
52+
"pack-with-scoped-version": "npm i && tsc && npm run ngc && cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
5153
}
5254
}

0 commit comments

Comments
 (0)