Skip to content

Commit

Permalink
chore: update bundle watch config
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Jul 20, 2022
1 parent 12a91e7 commit 9f43b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- run: pnpm build
- run: npx bundlewatch
env:
BUNDLEWATCH_GITHUB_TOKEN: '${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}'
BUNDLEWATCH_GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@bytemd/monorepo",
"version": "1.15.0",
"private": true,
"scripts": {
"build": "rm -rf packages/*/tsconfig.tsbuildinfo && tsc --build && pnpm --filter './packages/**' build",
Expand Down Expand Up @@ -47,11 +46,11 @@
"typescript": "^4.7.4",
"vite": "^2.9.13"
},
"packageManager": "pnpm@7.1.9",
"packageManager": "pnpm@7.5.2",
"bundlewatch": {
"files": [
{
"path": "packages/*/dist/index.js"
"path": "packages/*/dist/index.umd.js"
}
],
"ci": {
Expand Down

0 comments on commit 9f43b3e

Please sign in to comment.