updated package json

This commit is contained in:
FrankLeeeee 2024-04-26 17:26:47 +08:00
parent 79225b81cb
commit 7bca97fe4e

View file

@ -18,7 +18,15 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"postbuild": "react-snap"
},
"reactSnap": {
"skipThirdPartyRequests": true,
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
},
"eslintConfig": {
"extends": [