We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bdbb74 + b07f7f9 commit c56e854Copy full SHA for c56e854
package.json
@@ -45,7 +45,7 @@
45
"test:unit": "jest --selectProjects UNIT",
46
"test:e2e": "jest --selectProjects E2E --coverage=false",
47
"generate-readme-table": "ts-node build/generate-readme-table.ts",
48
- "preinstall": "npx npm-force-resolutions",
+ "preinstall": "npx force-resolutions",
49
"prepare": "is-ci || husky install",
50
"watch": "npm run test:unit -- --watch --"
51
},
0 commit comments