prune without scripts
Some checks failed
/ lint (pull_request) Successful in 1m9s
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled
/ deploy-x86_64 (pull_request) Has been cancelled
/ build-x86_64 (pull_request) Has been cancelled

This commit is contained in:
Antoine Martin 2024-09-05 16:03:34 -04:00
parent 84431a4c46
commit c0c99448f6
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -363,7 +363,7 @@ build() {
npm run build
msg "Cleaning dev dependencies for ringrtc"
npm prune --omit=dev
npm prune --ignore-scripts --omit=dev
)
# module on npm intentionally unbuildable: https://github.com/signalapp/libsignal/issues/464#issuecomment-1160665052
@ -382,7 +382,7 @@ build() {
npm run tsc
msg "Cleaning dev dependencies for libsignal"
npm prune --omit=dev
npm prune -ignore-scripts --omit=dev
)
(
@ -408,7 +408,7 @@ build() {
npm run build:dev
# purge non-production deps
npm prune --omit=dev
npm prune --ignore-scripts --omit=dev
# use our libsignal
rm -rf node_modules/@signalapp/libsignal-client/