We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfafd1 commit 42a2be2Copy full SHA for 42a2be2
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn",
8
"clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
9
- "postinstall": "husky install",
+ "postinstall": "husky install && ngcc --properties es2015 browser module main",
10
"nx": "nx",
11
"start": "nx serve",
12
"build": "nx build",
0 commit comments