Skip to content

Commit

Permalink
chore(all): exclude docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanpham committed Nov 30, 2023
1 parent 00bcc93 commit e591bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
exclude: '{./docs/**}'
build-script: 'build:packages'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "turbo run build",
"build:packages": "turbo build --filter=./packages/**/*",
"prepare": "pnpm run build",
"start:app": "pnpm run build && pnpm -C ./example start",
"changeset": "changeset",
Expand Down

0 comments on commit e591bc4

Please sign in to comment.