Skip to content

Commit

Permalink
send preinstall errors to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Aug 15, 2021
1 parent 1aae248 commit f661e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"contrib:build": "all-contributors generate",
"cy:run": "cypress run --config-file cypress/config.json",
"cy:open": "cypress open --config-file cypress/config.json",
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js 2> /dev/null || exit 0"
},
"dependencies": {
"@next/bundle-analyzer": "^11.1.0",
Expand Down Expand Up @@ -103,4 +103,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit f661e55

Please sign in to comment.