Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 3d9b4e4

Browse files
authored
chore(ci): update github workflows for monorepo blockly (#785)
1 parent 664ecf4 commit 3d9b4e4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
4545
- name: Link latest Blockly main
4646
run: |
47-
cd core-blockly
47+
cd core-blockly/packages/blockly
4848
npm run package
4949
cd dist
5050
npm link
51-
cd ../../main
51+
cd ../../../../main
5252
npm link blockly
5353
cd ..
5454

.github/workflows/pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: |
6363
cd blockly
6464
npm ci
65+
cd packages/blockly
6566
npm run package
6667
cd dist
6768
npm link
@@ -77,10 +78,11 @@ jobs:
7778
7879
- name: Build add-screen-reader-support-experimental core Blockly
7980
run: |
80-
cd blockly/dist
81+
cd blockly/packages/blockly/dist
8182
npm unlink -g
82-
cd ../../blockly-add-screen-reader-support-experimental
83+
cd ../../../../blockly-add-screen-reader-support-experimental
8384
npm ci
85+
cd packages/blockly
8486
npm run package
8587
cd dist
8688
npm link

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
5353
- name: Link latest Blockly main
5454
run: |
55-
cd core-blockly
55+
cd core-blockly/packages/blockly
5656
npm run package
5757
cd dist
5858
npm link
59-
cd ../../main
59+
cd ../../../../main
6060
npm link blockly
6161
cd ..
6262

0 commit comments

Comments
 (0)