Skip to content

Commit

Permalink
Mistake with NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Jul 30, 2024
1 parent 197ca05 commit 899d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci

- name: Build and package extension
run: npm build --target=chrome-mv3 --zip && npm build --target=firefox-mv3 --zip
run: npm run build --target=chrome-mv3 --zip && npm run build --target=firefox-mv3 --zip

- name: Publish extension
uses: PlasmoHQ/bpp@v3
Expand Down

0 comments on commit 899d058

Please sign in to comment.