Skip to content

Commit

Permalink
chore: remove -y flag from npx only-allow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 18, 2022
1 parent 4741dd5 commit 616bf17
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 @@ -35,7 +35,7 @@
"vendor"
],
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"preinstall": "npx only-allow pnpm",
"build": "tsc",
"browser": "gulp browser",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 616bf17

Please sign in to comment.