send preinstall errors to /dev/null

main
Mike Fix 3 years ago
parent 1aae2480fb
commit f661e55b77
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -26,7 +26,7 @@
"contrib:build": "all-contributors generate", "contrib:build": "all-contributors generate",
"cy:run": "cypress run --config-file cypress/config.json", "cy:run": "cypress run --config-file cypress/config.json",
"cy:open": "cypress open --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": { "dependencies": {
"@next/bundle-analyzer": "^11.1.0", "@next/bundle-analyzer": "^11.1.0",
@ -103,4 +103,4 @@
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
} }
} }
Loading…
Cancel
Save