This repository was archived by the owner on Jun 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments