6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
NODE_ENV=test concurrently \
|
|
"npm run build:client:prod" \
|
|
"npm run build:server:prod"
|