projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ab565
)
(fix) npm run dev invocation
author
Rigel Kent
<sendmemail@rigelk.eu>
Wed, 18 Dec 2019 19:41:44 +0000
(20:41 +0100)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Wed, 18 Dec 2019 19:41:44 +0000
(20:41 +0100)
scripts/dev/index.sh
patch
|
blob
|
history
diff --git
a/scripts/dev/index.sh
b/scripts/dev/index.sh
index 7fc1560aba26ef87bd10a74435d041e29a17268e..d63dfbd24d661ce2ddde3ba3b992902982e6bcc3 100755
(executable)
--- a/
scripts/dev/index.sh
+++ b/
scripts/dev/index.sh
@@
-3,5
+3,5
@@
set -eu
NODE_ENV=test npm run concurrently -- -k \
- "npm run
watch
:client" \
- "npm run
watch
:server"
+ "npm run
dev
:client" \
+ "npm run
dev
:server"