Skip to content

Commit b07f7f9

Browse files
committed
fix: repair force resolutions, close #28
The underlying issue is rogeriochaves/npm-force-resolutions#36. The accepted answer is to change npm-force-resolutions to force-resolutions, as this will not run when a package-lock.json is not present, covering the scenario when you install a package (like we do)
1 parent 5bdbb74 commit b07f7f9

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)