Skip to content

Commit

Permalink
Remove build:vendors:dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum committed Sep 10, 2019
1 parent aaf599e commit b363ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/client/package.json
Expand Up @@ -8,7 +8,6 @@
"build:vendors": "webpack --mode production",
"build:shared": "webpack --mode production",
"build:app": "webpack --mode production",
"build:vendors:dev": "webpack --mode development --progress --colors",
"build:shared:dev": "webpack --mode development --progress --colors",
"build:app:dev": "webpack --mode development --progress --colors",
"build": "run-s build:vendors build:shared build:app",
Expand Down

0 comments on commit b363ca3

Please sign in to comment.