diff --git a/scripts/dev/index.sh b/scripts/dev/index.sh index 7fc1560ab..d63dfbd24 100755 --- 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"