PackageHelper/scripts/www_npm_install.sh

6 lines
39 B
Bash
Raw Normal View History

2019-12-22 22:15:31 -07:00
#!/bin/bash
cd www
npm install
cd ..