Skip to content

Commit 59db691

Browse files
authored
update lerna, matrix-crdt and matrix-js-sdk (#318)
* update lerna, matrix-crdt and matrix-js-sdk * fix package lock dir * remove package lock * fix bug (menu placement)
1 parent 47006b1 commit 59db691

29 files changed

+32356
-38547
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/cache@v2
2222
with:
2323
path: ~/.cache/ms-playwright
24-
key: pw3-${{ runner.os }}-${{ hashFiles('./packages/**/package-lock.json') }}
24+
key: pw3-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
2525

2626
# doesn't seem to cause significant speed up, maybe not right conf?
2727
# - name: cache lerna
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
# npm cache files are stored in `~/.npm` on Linux/macOS
4141
path: ~/.npm
42-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./packages/**/package-lock.json') }}
42+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./package-lock.json') }}
4343
restore-keys: |
4444
${{ runner.os }}-build-${{ env.cache-name }}-
4545
${{ runner.os }}-build-

lerna.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "0.0.3"
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"useNx": false,
4+
"useWorkspaces": true,
5+
"version": "0.1.0"
66
}

0 commit comments

Comments
 (0)