diff options
-rw-r--r-- | juick-ws/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-ws/package.json b/juick-ws/package.json index 413776c2..8603f8d0 100644 --- a/juick-ws/package.json +++ b/juick-ws/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "compile": "webpack --colors" + "compile": "webpack --colors -p" }, "repository": { "type": "git", |