Browse Source

Merge branch 'feature' into next-merge-feature

pull/38114/head
MadCcc 2 years ago
parent
commit
16ebd2f230
  1. 2
      package.json

2
package.json

@ -91,7 +91,7 @@
"test-node": "npm run version && 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 -i -u",
"test-image": "jest --config .jest.image.js --no-cache -i -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",

Loading…
Cancel
Save