Skip to content

Commit ca2dbac

Browse files
committed
Add npm install command for Travis
1 parent 5eeb423 commit ca2dbac

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
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"tsc": "tsc",
19-
"build": "npm run tsc && npm run build.native",
19+
"build": "npm install && npm run tsc && npm run build.native",
2020
"build.native": "node scripts/build-native.js",
2121
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src",
2222
"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",

0 commit comments

Comments
 (0)