Skip to content

Commit 2c1a75f

Browse files
committed
ci: disable pkg-size report temporarily
1 parent 8ef5def commit 2c1a75f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Diff for: .github/workflows/pkg-size.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Package Size Report
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- develop
7+
# - master # disable because it sucks for pnpm...
78

89
jobs:
910
pkg-size-report:
@@ -23,6 +24,7 @@ jobs:
2324
uses: actions/setup-node@v3
2425
with:
2526
node-version: 16
27+
cache: pnpm
2628

2729
- name: Package Size Report
2830
uses: pkg-size/action@v1

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
enable-pre-post-scripts=true
12
; https://github.com/pkg-size/action/pull/45
23
; package-lock=false
34
public-hoist-pattern[]=@1stg/*

Diff for: pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)