Skip to content

Commit

Permalink
ci: disable pkg-size report temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 6, 2022
1 parent 8ef5def commit 2c1a75f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pkg-size.yml
Expand Up @@ -3,7 +3,8 @@ name: Package Size Report
on:
pull_request:
branches:
- master
- develop
# - master # disable because it sucks for pnpm...

jobs:
pkg-size-report:
Expand All @@ -23,6 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm

- name: Package Size Report
uses: pkg-size/action@v1
Expand Down
1 change: 1 addition & 0 deletions .npmrc
@@ -1,3 +1,4 @@
enable-pre-post-scripts=true
; https://github.com/pkg-size/action/pull/45
; package-lock=false
public-hoist-pattern[]=@1stg/*
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c1a75f

Please sign in to comment.