meta: Update yarn build:apm command to work in more situations

Should work in CI, too? Worth a try!

Thanks @confused-Techie for the suggested fix!

Co-authored-by: confused_techie <dev@lhbasics.com>
This commit is contained in:
DeeDeeG 2024-03-22 17:56:06 -04:00 committed by GitHub
parent bccd6673ab
commit 935e495a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@
"private": true,
"scripts": {
"build": "electron-rebuild",
"build:apm": "cd ppm && yarn install --production",
"build:apm": "yarn --cwd ./ppm install --production",
"start": "electron --no-sandbox --enable-logging . -f",
"dist": "node script/electron-builder.js",
"js-docs": "jsdoc2md --files src --configure docs/.jsdoc.json > ./docs/Pulsar-API-Documentation.md",