Files
PVM/build.sh

5 lines
83 B
Bash

#!/bin/sh
if [ "${NODE_ENV}" = "production" ]; then
npm run grunt -- BuildAll
fi