3 lines
100 B
Bash
Executable File
3 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
./node_modules/.bin/concurrently --kill-others "npm run watch" "npm run start -- -d -w"
|