Skip to content

Commit

Permalink
use proper size script
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 15, 2022
1 parent ae7db1e commit d6d90b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/size.yml
Expand Up @@ -16,3 +16,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: build
clean_script: clean
script: yarn size
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,9 +20,9 @@
"lint": "tsdx lint src test stories",
"prepare": "husky install && tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"clean": "rm -rf ./dist",
"prettier": "prettier ./src ./stories ./test --write",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 3000",
"build-storybook": "build-storybook"
},
Expand Down

0 comments on commit d6d90b4

Please sign in to comment.