Update Discourse installation support in China (pnpm) ()

This commit updates 2 things.
1. Updates the yarn hook to replace the npm mirror before `pnpm install`.
2. Removes the `yarn.lock` patch as pnpm is now used.

After applying these modifications, I successfully installed Discourse on the Tencent Cloud China server. No more network problems.
This commit is contained in:
Jeremy 2024-09-07 00:10:52 +08:00 committed by GitHub
parent 928adfd09f
commit 6c37c5dacd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,7 @@ hooks:
before_yarn:
- exec:
cmd:
- su discourse -c 'yarn config set registry https://registry.npmmirror.com --global'
- su discourse -c 'cd $home && sed -i "s#https://registry.yarnpkg.com#https://registry.npmmirror.com#g" yarn.lock'
- su discourse -c 'pnpm config set registry https://registry.npmmirror.com --global'
before_bundle_exec:
- exec: