diff --git a/package.json b/package.json index 9a46d1f692..921419a556 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "An Angular2 WebPack seed featuring hot-module-reloading of components", "main": "", "scripts": { - "build": "./node_modules/.bin/webpack -d", - "watch": "./node_modules/.bin/webpack -d --watch", - "server": "./node_modules/.bin/webpack-dev-server -d --inline --colors --display-error-details --content-base public", + "build": "webpack -d", + "watch": "webpack -d --watch", + "server": "webpack-dev-server -d --inline --colors --display-error-details --content-base public", "start": "npm install && npm run build && npm run server", "test": "echo \"Error: no test specified\" && exit 1" },