This website requires JavaScript.
Explore
Help
Sign In
Netsyms
/
PackageHelper
Watch
2
Star
0
Fork
1
You've already forked PackageHelper
Code
Issues
9
Pull Requests
Releases
12
Wiki
Activity
PackageHelper
/
scripts
/
www_npm_install.sh
8 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
Run scripts with bash
2019-12-22 22:15:31 -07:00
#!/bin/bash
Delete and re-create Cordova project because something -ed up
2019-10-05 20:10:09 -06:00
Add status text to build helper scripts
2020-04-14 13:32:24 -06:00
echo
"Installing node modules in www/..."
cd
www
Delete and re-create Cordova project because something -ed up
2019-10-05 20:10:09 -06:00
npm install
cd
..
Reference in New Issue
Copy Permalink