chore: Refactor repo to a standard monorepo (#646)

This commit is contained in:
Aaron
2024-05-03 17:16:33 -05:00
committed by GitHub
parent e7c3fc2a5e
commit ec7263e7de
223 changed files with 491 additions and 539 deletions
+3
View File
@@ -25,11 +25,14 @@ jobs:
pnpx changelogen@latest --release
git push
git push --tags
working-directory: packages/wxt
- name: NPM
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
pnpm publish
working-directory: packages/wxt
- name: GitHub Release
run: pnpx changelogen@latest gh release --token ${{ secrets.GITHUB_TOKEN }}
working-directory: packages/wxt