diff --git a/package.json b/package.json index f707eca61a00903716c836237fd07906bcccb7fa..9f9c6c2a56cc347704d43667402a3746241e6cbe 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "", "main": "index.js", "scripts": { - "build": "webpack -w", - "start:dev": "webpack-dev-server" + "build": "node_modules/.bin/webpack", + "build:watch": "node_modules/.bin/webpack -w", + "start:dev": "node_modules/.bin/webpack-dev-server" }, "author": "", "license": "ISC",