Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 897ac08

Browse files
author
Vasil Chimev
authored
Add postinstall script to setup firebase plugin (#258)
1 parent 26b09f0 commit 897ac08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
"typescript": "~2.1.5",
3131
"shelljs": "^0.5.3"
3232
},
33+
"scripts": {
34+
"postinstall" : "(cd node_modules/nativescript-plugin-firebase && npm run setup)"
35+
},
3336
"license": "Apache-2.0"
3437
}

0 commit comments

Comments
 (0)