From 9353449515ff6881a54ce6887297b7eab2855186 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 30 Apr 2016 11:17:50 +0200 Subject: Use scripty instead of writing shell commands in package.json --- scripts/dev.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/dev.sh (limited to 'scripts/dev.sh') diff --git a/scripts/dev.sh b/scripts/dev.sh new file mode 100755 index 000000000..d617cd511 --- /dev/null +++ b/scripts/dev.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +npm run build +NODE_ENV=test concurrently \ + "npm run livereload" \ + "npm run watch:client" \ + "npm start" -- cgit v1.2.3