Skip to content

Commit a49ef61

Browse files
committed
build sandbox
1 parent bb2350f commit a49ef61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ jobs:
1212
with:
1313
version: 8
1414

15-
- name: Build
15+
- name: Build plugin
1616
run: |
1717
pnpm install
1818
pnpm run build
19+
20+
- name: Build sandbox
21+
run: |
22+
cd sandbox
23+
pnpm install
24+
pnpm run build

0 commit comments

Comments
 (0)