mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Ensure patch-package errors on errors or warnings
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"main": "app/main.js",
|
||||
"scripts": {
|
||||
"postinstall": "npm run build:acknowledgments && patch-package && npm run electron:install-app-deps",
|
||||
"postinstall": "npm run build:acknowledgments && patch-package --error-on-fail --error-on-warn && npm run electron:install-app-deps",
|
||||
"postuninstall": "npm run build:acknowledgments",
|
||||
"start": "electron .",
|
||||
"generate": "npm-run-all build-protobuf build:esbuild build:icu-types build:compact-locales sass get-expire-time copy-components",
|
||||
|
||||
Reference in New Issue
Block a user