Browse Source

added -y to npx

pull/497/head
mrjvs 2 years ago
parent
commit
a4df114fc5
  1. 2
      package.json

2
package.json

@ -47,7 +47,7 @@
"lint": "eslint --ext .tsx,.ts src", "lint": "eslint --ext .tsx,.ts src",
"lint:fix": "eslint --fix --ext .tsx,.ts src", "lint:fix": "eslint --fix --ext .tsx,.ts src",
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src", "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
"preinstall": "npx only-allow pnpm" "preinstall": "npx -y only-allow pnpm"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [

Loading…
Cancel
Save