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 86df303 commit 69cee01Copy full SHA for 69cee01
src/package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"tsc": "tsc -skipLibCheck",
13
"ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc",
14
- "build": "npm i && tsc && npm run ngc",
+ "build": "npm i && tsc && tns plugin build && npm run ngc",
15
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
16
"prepublishOnly": "npm run build",
17
"plugin.link": "npm link && cd ../demo-angular && npm link nativescript-camera",
0 commit comments