diff options
author | Joris | 2015-11-13 22:09:10 +0100 |
---|---|---|
committer | Joris | 2015-11-13 22:09:10 +0100 |
commit | 6a69c596d8cc2c8b7ac1f763cf63e5e3a0e260e9 (patch) | |
tree | f624cf00a11926c4a7a809ee71444c1916d6312d /package.json | |
parent | eef0cf46c150cd12e783aa8dc62f825a59757855 (diff) |
Display the game with svg
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index afa017c..35d033a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "npm run watch", - "watch": "npm run launch-server && watch 'npm run build-client --silent' src", + "watch": "npm run launch-server & watch 'npm run build --silent' src", "build": "elm make src/Main.elm --output client.js", "launch-server": "npm run kill-server && http-server ./ -p 8080", |