Update package.json

This commit is contained in:
afc163 2022-10-19 11:52:16 +08:00 committed by GitHub
parent fdaf7957e8
commit 62af5af353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@
"test-node": "jest --config .jest.node.js --cache=false",
"tsc": "tsc --noEmit",
"site:test": "jest --config .jest.site.js --cache=false --force-exit",
"test-image": "npm run dist && jest --config .jest.image.js --no-cache -i -u",
"test-image": "npm run dist && jest --config .jest.image.js -u",
"argos": "node ./scripts/argos-upload.js",
"version": "node ./scripts/generate-version",
"install-react-16": "npm i --no-save --legacy-peer-deps react@16 react-dom@16",