Skip to content

Commit

Permalink
chore: dev:chrome & dev:chrome:prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and iksim committed Apr 18, 2019
1 parent d5ca8ca commit 58c21ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "cross-env PORT=8100 npm run dev:shell",
"dev:shell": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
"dev:chrome": "cd shells/chrome && cross-env NODE_ENV=production webpack --watch --hide-modules",
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
"dev:chrome:prod": "cd shells/chrome && cross-env NODE_ENV=production webpack --watch --hide-modules",
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
"run:firefox": "web-ext run -s shells/chrome -a dist -i src",
Expand Down

0 comments on commit 58c21ba

Please sign in to comment.