shell script for running development commands

This commit is contained in:
Evert Prants 2017-10-14 23:53:17 +03:00
parent a4f9eb6b22
commit 1bacf1f95d
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 2 additions and 0 deletions

2
development Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
./node_modules/.bin/concurrently --kill-others "npm run watch" "npm run start -- -d -w"