Skip to content
Snippets Groups Projects
Commit 634baf07 authored by Moises Sacal's avatar Moises Sacal
Browse files

arrange npm scripts

parent 147e4278
Branches
No related merge requests found
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment