We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9bccf commit 7998ccfCopy full SHA for 7998ccf
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout experimentation plugin
19
uses: actions/checkout@v4
20
with:
21
- path: plugin
+ path: main
22
23
- name: Checkout core Blockly
24
@@ -47,13 +47,13 @@ jobs:
47
npm run package
48
cd dist
49
npm link
50
- cd ../../plugin
+ cd ../../main
51
npm link blockly
52
cd ..
53
54
- name: Verify build
55
run: |
56
- cd plugin
+ cd main
57
npm run build
58
59
lint:
0 commit comments