Skip to content

Commit

Permalink
Remove watch option in build:umd
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussmohamed committed Dec 2, 2017
1 parent 0b29e98 commit ca1634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clear": "rimraf lib",
"build": "npm run clear && ./node_modules/.bin/babel --out-dir lib src",
"build:watch": "npm run build -- --watch",
"build:umd": "./node_modules/.bin/webpack --output-filename spotifood-wrapper.umd.js --watch",
"build:umd": "./node_modules/.bin/webpack --output-filename spotifood-wrapper.umd.js",
"build:umd:min": "./node_modules/.bin/webpack --output-filename spotifood-wrapper.umd.min.js -p",
"build:all": "npm run build && npm run build:umd && npm run build:umd:min",
"lint": "./node_modules/.bin/eslint src/*.js",
Expand Down

0 comments on commit ca1634d

Please sign in to comment.