PackageHelper/scripts/www_npm_install.sh

6 lines
39 B
Bash
Executable File

#!/bin/bash
cd www
npm install
cd ..