chore: make dogfooding run in production (#77)

This commit is contained in:
Sasha 2024-07-23 15:01:21 +02:00 committed by GitHub
parent 1d033912be
commit fcbf3539e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack-dev-server"
},
"dependencies": {