shell script for running development commands
This commit is contained in:
parent
a4f9eb6b22
commit
1bacf1f95d
2
development
Executable file
2
development
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
./node_modules/.bin/concurrently --kill-others "npm run watch" "npm run start -- -d -w"
|
Reference in New Issue
Block a user