Skip to content

Commit

Permalink
fix: switch to force-resolutions to avoid error when running on a pro…
Browse files Browse the repository at this point in the history
…ject without a package-lock.json
  • Loading branch information
DarthHater committed Jul 30, 2021
1 parent ec7d5a8 commit a07ae78
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 @@ -18,7 +18,7 @@
"y18n": "^5.0.8"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"preinstall": "npx force-resolutions",
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"build": "tsc -p tsconfig.json",
"build-dev": "tsc -p tsconfig.development.json",
Expand Down

0 comments on commit a07ae78

Please sign in to comment.