update build command

This commit is contained in:
Kieran 2023-08-27 15:36:17 +01:00
parent 7cced9f15a
commit 80d0e4975f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -52,7 +52,7 @@
},
"scripts": {
"start": "webpack serve",
"build": "webpack --node-env=production",
"build": "webpack --node-env=production --mode=production",
"deploy": "__XXX='false' && yarn build && npx wrangler pages publish --project-name nostr-live build",
"deploy:xxzap": "__XXX='true' && yarn build && npx wrangler pages publish --project-name xxzap build"
},