cd0e4b1acf
Developers have to use the livereload plugin in their web browser now.
6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
npm run build
|
|
NODE_ENV=test concurrently \
|
|
"npm run watch:client" \
|
|
"npm start"
|