Skip to content

Commit

Permalink
fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Nov 20, 2024
1 parent 1b4a6e3 commit 8be456d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn build
- uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn test

build-and-release:
Expand All @@ -52,3 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: pkg-size/action@v1
with:
build-command: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"eslint-plugin-storybook": "^0.11.0",
"husky": "^9.1.7",
"json": "^11.0.0",
"pkg-size": "^2.4.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2878,6 +2878,7 @@ __metadata:
json: "npm:^11.0.0"
maath: "npm:^0.10.8"
meshline: "npm:^3.3.1"
pkg-size: "npm:^2.4.0"
prettier: "npm:^3.3.3"
pretty-quick: "npm:^4.0.0"
react: "npm:^18.0.0"
Expand Down Expand Up @@ -10290,6 +10291,15 @@ __metadata:
languageName: node
linkType: hard

"pkg-size@npm:^2.4.0":
version: 2.4.0
resolution: "pkg-size@npm:2.4.0"
bin:
pkg-size: bin/cli.js
checksum: 10c0/57656b9e45564ecfc232163cf17bbca4e96549c4ee02d39daa91cee1fcd2aea8ae717c24616561037f5cdc39314e6e0b32a34f3d502a75d9f25dce7ec0e44c1e
languageName: node
linkType: hard

"playwright-core@npm:1.45.2":
version: 1.45.2
resolution: "playwright-core@npm:1.45.2"
Expand Down

0 comments on commit 8be456d

Please sign in to comment.