Skip to content

Commit

Permalink
That's not how npm works!
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Jul 30, 2024
1 parent 899d058 commit 8e43104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 run build --target=chrome-mv3 --zip && npm run build --target=firefox-mv3 --zip
run: npm run build:chrome && npm run build:firefox

- name: Publish extension
uses: PlasmoHQ/bpp@v3
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"author": "Nebula Labs",
"packageManager": "[email protected]",
"scripts": {
"dev": "plasmo dev",
"dev:chrome": "plasmo dev --target=chrome-mv3",
"dev:firefox": "plasmo dev --target=firefox-mv3",
"build": "plasmo build",
"package": "plasmo package",
"build:chrome": "plasmo build --target=chrome-mv3 --zip",
"build:firefox": "plasmo build --target=firefox-mv3 --zip",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "next lint --fix",
Expand Down

0 comments on commit 8e43104

Please sign in to comment.