diff options
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
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": { |