PackageHelper/scripts/www_npm_install.sh

6 lines
37 B
Bash
Executable File

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