From 4ce8a828eee2852a8a44936e16ede064396d47d3 Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Mon, 16 Sep 2019 11:20:13 -0300 Subject: [PATCH] feat(build): add a command to watch and build new changes feature/avatar-separation --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 54d9d8a1..8495cc73 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "./node_modules/.bin/webpack-dev-server --port 3000", "build": "./node_modules/.bin/webpack", + "watch": "./node_modules/.bin/webpack --watch --progress", "commit": "./node_modules/.bin/git-cz", "semantic-release": "semantic-release --prepare && npm publish && semantic-release post" },