mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-13 07:38:27 -05:00
ignore husky install error
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user