ignore husky install error

This commit is contained in:
zadam
2023-05-20 14:23:22 +02:00
parent 0728f540ab
commit 7fc2824325
2 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
"test": "npm run test-jasmine && npm run test-es6",
"postinstall": "rimraf ./node_modules/canvas",
"lint": "eslint . --cache",
"prepare": "husky install"
"prepare": "husky install || echo 'Husky install failed, expected on flatpak build'"
},
"dependencies": {
"@braintree/sanitize-url": "6.0.2",