Skip to content

Commit

Permalink
fix: updated yarn commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswma committed Jan 24, 2024
1 parent da1d9fc commit 735ee4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install
- name: Build the extension
run: yarn build
- name: Package the extension into a zip artifact
run: yarn package
run: yarn build:chrome --zip
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
Expand Down

0 comments on commit 735ee4e

Please sign in to comment.