5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/sh
|
|
|
|
if [ "${NODE_ENV}" = "production" ]; then
|
|
npm run grunt -- BuildAll
|
|
fi |