Skip to content

Commit

Permalink
fix(ci): clean up peerdeps invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Feb 18, 2024
1 parent f5ee121 commit 1f48164
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 @@
"coverage": "npm test && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "npx --yes -p install-peerdeps@^2.0.3 install-peerdeps @wfcd/eslint-config@^1 -S",
"postinstall": "npx install-peerdeps @wfcd/eslint-config@latest -S",
"prepack": "npm run build",
"start": "npm run build && node dist/Build.js",
"test": "nyc mocha",
Expand Down

0 comments on commit 1f48164

Please sign in to comment.