Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 36cbef1

Browse files
committed
another work around for npm-force-resolutions related to this issue:
rogeriochaves/npm-force-resolutions#10
1 parent 18d7d97 commit 36cbef1

File tree

2 files changed

+50
-22
lines changed

2 files changed

+50
-22
lines changed

package-lock.json

Lines changed: 49 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build": "rm -rf dist && tsc --project .",
2525
"lint": "eslint . --ext .ts --fix --max-warnings 0 && prettier --write '**/*.{md,json}'",
2626
"lintNoFix": "eslint . --ext .ts --max-warnings 0 && prettier --check '**/*.{md,json}'",
27-
"resolve-audit": "npx npm-force-resolutions && npm audit",
27+
"preinstall": "npm install --package-lock-only --ignore-scripts --no-audit && npx npm-force-resolutions",
2828
"test": "nyc mocha 'test/**/*.test.ts'"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)