mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 14:16:22 +02:00
Make the git version script work in monorepo
Find the workspace root with pnpm to make it agnostic to what directory its run from
This commit is contained in:
parent
431a0c94a2
commit
811518b3e2
@ -6,6 +6,6 @@
|
||||
set -e
|
||||
|
||||
# Since the deps are fetched from git & linked, we can rev-parse
|
||||
JSSDK_SHA=$(git -C node_modules/matrix-js-sdk rev-parse --short=12 HEAD)
|
||||
JSSDK_SHA=$(git -C $(pnpm -w root)/../matrix-js-sdk rev-parse --short=12 HEAD)
|
||||
VECTOR_SHA=$(git rev-parse --short=12 HEAD) # use the ACTUAL SHA rather than assume develop
|
||||
echo "$VECTOR_SHA-js-$JSSDK_SHA"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user