Skip to content

Commit

Permalink
Merge pull request #30 from klassm/repair_force-resolutions
Browse files Browse the repository at this point in the history
fix: repair force resolutions, closes #28
  • Loading branch information
codejedi365 committed Oct 28, 2021
2 parents 5bdbb74 + b07f7f9 commit c56e854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test:unit": "jest --selectProjects UNIT",
"test:e2e": "jest --selectProjects E2E --coverage=false",
"generate-readme-table": "ts-node build/generate-readme-table.ts",
"preinstall": "npx npm-force-resolutions",
"preinstall": "npx force-resolutions",
"prepare": "is-ci || husky install",
"watch": "npm run test:unit -- --watch --"
},
Expand Down

0 comments on commit c56e854

Please sign in to comment.