Skip to content

Commit 49e63f5

Browse files
committed
fix: run build command before packaging
1 parent 1829ec4 commit 49e63f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/submit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
node-version: 16.x
2525
cache: "pnpm"
2626
- name: Build and zip extension artifact
27+
run: pnpm build
2728
run: pnpm package
2829
- name: Browser Platform Publish
2930
uses: PlasmoHQ/bpp@v3

0 commit comments

Comments
 (0)