We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19ff4fb + 9b090a6 commit fec81aaCopy full SHA for fec81aa
.github/workflows/size-limit.yml
@@ -20,9 +20,8 @@ jobs:
20
node-version: '20'
21
cache: 'pnpm'
22
- run: pnpm install
23
- - run: pnpm test
24
- uses: actions/checkout@v1
25
- uses: andresz1/size-limit-action@v1
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
- build_script: npm run size
+ build_script: pnpm run size
package.json
@@ -13,7 +13,7 @@
13
"dev": "turbo run dev --filter=next...",
14
"build:docs": "turbo run build --filter=docs",
15
"start:docs": "turbo run start --filter=docs",
16
- "size": "npm run build && size-limit --json",
+ "size": "pnpm run build && size-limit --json",
17
"clean": "turbo run clean --filter=./packages/**"
18
},
19
"devDependencies": {
0 commit comments