Skip to content

Commit 4e598dd

Browse files
committed
fix: run build command before packaging
1 parent 49e63f5 commit 4e598dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/submit.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
node-version: 16.x
2525
cache: "pnpm"
2626
- name: Build and zip extension artifact
27-
run: pnpm build
28-
run: pnpm package
27+
run: |
28+
pnpm build
29+
pnpm package
2930
- name: Browser Platform Publish
3031
uses: PlasmoHQ/bpp@v3
3132
with:

0 commit comments

Comments
 (0)