Skip to content

Commit

Permalink
Remove staging build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravan Scafi committed Jun 17, 2019
1 parent 714ffe8 commit ca142db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": true,
"scripts": {
"build": "webpack --progress --hide-modules --env=$NODE_ENV --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging yarn build",
"production": "cross-env NODE_ENV=production yarn build",
"dev": "cross-env NODE_ENV=development yarn build",
"watch": "yarn dev --watch"
Expand Down

0 comments on commit ca142db

Please sign in to comment.