From af101f2a11534ff929fdefa3e2bc3ab7ca3ee39e Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 14 Dec 2017 16:23:59 +0100 Subject: Improve package.json scripts --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f17e27e..7a48b7c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ "scripts": { "start": "node ./src/server/bin/www", "setup": "npm install && bower install", - "dev": "webpack -wd" + "build": "webpack -p", + "build:dev": "webpack --watch", + "test": "jest", + "test:dev": "jest --watch" }, "jest": { "transform": { -- cgit v1.1