Skip to content

Commit fec81aa

Browse files
committed
Merge branch 'main' of https://github.com/ronin-builders/w3vm into test
2 parents 19ff4fb + 9b090a6 commit fec81aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/size-limit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
node-version: '20'
2121
cache: 'pnpm'
2222
- run: pnpm install
23-
- run: pnpm test
2423
- uses: actions/checkout@v1
2524
- uses: andresz1/size-limit-action@v1
2625
with:
2726
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
build_script: npm run size
27+
build_script: pnpm run size

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dev": "turbo run dev --filter=next...",
1414
"build:docs": "turbo run build --filter=docs",
1515
"start:docs": "turbo run start --filter=docs",
16-
"size": "npm run build && size-limit --json",
16+
"size": "pnpm run build && size-limit --json",
1717
"clean": "turbo run clean --filter=./packages/**"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)