Skip to content

Commit

Permalink
sizeDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza committed May 23, 2024
1 parent 0741082 commit 909cc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sizeDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
build-script: 'preactBuild'
build-script: 'build'
clean-script: 'clean'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"init17": "yarn && yarn build:cli && npx ts-node tools/test/scripts/install-react17.ts && yarn build",
"create-package": "lg create",
"preactBuild": "yarn prebuild && yarn build",
"postinstall": "yarn prebuild",
"prebuild": "yarn build:cli",
"build": "turbo run build tsc",
"build:cli": "turbo run build tsc --filter=@lg-tools/cli",
Expand Down

0 comments on commit 909cc2a

Please sign in to comment.