Skip to content

Commit

Permalink
Update webpack staging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sdreher committed Dec 23, 2020
1 parent 3bebdbb commit 1dafaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules/
dist/*

.project
cypress/screenshots/
cypress/videos/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint": "eslint src/*.jsx",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"stage": "webpack --env.stage",
"stage": "webpack --mode development",
"prod": "webpack --env.prod"
},
"author": "Nick Buonincontri",
Expand Down

0 comments on commit 1dafaa8

Please sign in to comment.