Skip to content

Commit 69cee01

Browse files
committed
chore: add plugin build step
1 parent 86df303 commit 69cee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"tsc": "tsc -skipLibCheck",
1313
"ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc",
14-
"build": "npm i && tsc && npm run ngc",
14+
"build": "npm i && tsc && tns plugin build && npm run ngc",
1515
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
1616
"prepublishOnly": "npm run build",
1717
"plugin.link": "npm link && cd ../demo-angular && npm link nativescript-camera",

0 commit comments

Comments
 (0)