feat(build) make sure we error out if patch-package fails

Ref: https://github.com/jitsi/jitsi-meet/issues/11611
This commit is contained in:
Saúl Ibarra Corretgé 2022-06-02 22:07:25 +02:00 committed by Saúl Ibarra Corretgé
parent 1397b9ac80
commit b3db9ce6cf
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
"lint": "eslint --max-warnings 0 .",
"lang-sort": "./resources/lang-sort.sh",
"lint-fix": "eslint --max-warnings 0 --fix .",
"postinstall": "patch-package && jetify",
"postinstall": "patch-package --error-on-fail && jetify",
"validate": "npm ls",
"start": "make dev"
}