@@ -, +, @@ --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/package.json +++ a/package.json @@ -41,11 +41,11 @@ "vue-select": "4.0.0-beta.3" }, "scripts": { - "build": "node_modules/.bin/gulp build", + "build": "gulp build", "build_js": "webpack --mode production", "watch_js": "webpack --mode development --watch", - "css": "node_modules/.bin/gulp css", - "watch": "node_modules/.bin/gulp watch" + "css": "gulp css", + "watch": "gulp watch" }, "repository": { "type": "git", --