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 @@ ...@@ -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",
......
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