arrange npm scripts
... | @@ -4,8 +4,9 @@ | ... | @@ -4,8 +4,9 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"build": "webpack -w", | "build": "node_modules/.bin/webpack", | ||
"start:dev": "webpack-dev-server" | "build:watch": "node_modules/.bin/webpack -w", | ||
"start:dev": "node_modules/.bin/webpack-dev-server" | |||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
Please register or sign in to comment