Skip to content

Commit c56e854

Browse files
authored
Merge pull request #30 from klassm/repair_force-resolutions
fix: repair force resolutions, closes #28
2 parents 5bdbb74 + b07f7f9 commit c56e854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:unit": "jest --selectProjects UNIT",
4646
"test:e2e": "jest --selectProjects E2E --coverage=false",
4747
"generate-readme-table": "ts-node build/generate-readme-table.ts",
48-
"preinstall": "npx npm-force-resolutions",
48+
"preinstall": "npx force-resolutions",
4949
"prepare": "is-ci || husky install",
5050
"watch": "npm run test:unit -- --watch --"
5151
},

0 commit comments

Comments
 (0)