5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
NODE_ENV=test concurrently \
|
|
"npm run watch:client" \
|
|
"npm start"
|