mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-15 03:15:20 +02:00
updated package json
This commit is contained in:
parent
79225b81cb
commit
7bca97fe4e
10
package.json
10
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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue