Skip to content

Commit 5a0dedb

Browse files
authored
feat: native host integration (#51)
1 parent bda49d2 commit 5a0dedb

24 files changed

+1822
-1081
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
cache: "pnpm"
4141
- name: Build the extension
4242
run: |
43+
# Build Chrome version first
4344
pnpm build --target=chrome-mv3 --zip
44-
rm -rf pacakge.json
45-
mv package.firefox.json package.json
45+
# Build Firefox version
4646
pnpm build --target=firefox-mv2 --zip
4747
- uses: monkeyWie/[email protected]
4848
id: get-release

0 commit comments

Comments
 (0)