diff --git a/package.json b/package.json index c9b7904..d493c5e 100644 --- a/package.json +++ b/package.json @@ -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": [