Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit e1081c0

Browse files
committed
ci: remove bundle-size
1 parent 04402fb commit e1081c0

File tree

3 files changed

+1
-52
lines changed

3 files changed

+1
-52
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -67,41 +67,3 @@ jobs:
6767
run: pnpm test:ci
6868
env:
6969
CI: true
70-
71-
bundlesize:
72-
runs-on: ubuntu-latest
73-
steps:
74-
- name: Setup Node.js 18.x
75-
uses: actions/setup-node@master
76-
with:
77-
node-version: 18.x
78-
79-
- uses: pnpm/action-setup@v2
80-
name: Install pnpm
81-
id: pnpm-install
82-
with:
83-
version: 7
84-
run_install: false
85-
86-
- name: Get pnpm store directory
87-
id: pnpm-cache
88-
shell: bash
89-
run: |
90-
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
91-
92-
- uses: actions/cache@v3
93-
name: Setup pnpm cache
94-
with:
95-
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
96-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
97-
restore-keys: |
98-
${{ runner.os }}-pnpm-store-
99-
100-
- name: Checkout
101-
uses: actions/checkout@master
102-
103-
- name: compressed-size-action
104-
uses: preactjs/compressed-size-action@v2
105-
with:
106-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
107-
pattern: "**/dist/**/*.esm.js"

.github/workflows/quality.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,3 @@ jobs:
3737

3838
- name: Build packages
3939
run: pnpm build
40-
size:
41-
runs-on: ubuntu-latest
42-
env:
43-
CI_JOB_NUMBER: 1
44-
steps:
45-
- uses: actions/checkout@v3
46-
- name: Install pnpm
47-
uses: pnpm/action-setup@v2
48-
- uses: antfu/export-size-action@main
49-
with:
50-
github_token: ${{ secrets.GITHUB_TOKEN }}
51-
comment_token: ${{ secrets.COMMENT_TOKEN }}
52-
paths: packages/core,packages/shared,packages/integrations,packages/firebase,packages/rxjs

packages/c-popper/src/modifiers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Placement } from "@popperjs/core"
2-
import { Modifier, State } from "@popperjs/core/lib/popper-lite"
2+
import { Modifier, State } from "@popperjs/core"
33
import {
44
getBoxShadow,
55
toTransformOrigin,

0 commit comments

Comments
 (0)