Skip to content

Commit 08bd9da

Browse files
committed
Fix sc
1 parent 85f7a32 commit 08bd9da

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/sc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: changepacks/action@main
6262
# if: steps.new-size.outputs.new != steps.prev-size.outputs.prev
6363

64-
- run: bun publish --access public --ignore-scripts
65-
# if: steps.new-size.outputs.new != steps.prev-size.outputs.prev
66-
env:
67-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
64+
# - run: bun publish --access public --ignore-scripts
65+
# # if: steps.new-size.outputs.new != steps.prev-size.outputs.prev
66+
# env:
67+
# NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4692,4 +4692,5 @@ export type TViewportLength = 'auto' | TLengthPercentage | Globals
46924692
export type TVisualBox = 'content-box' | 'padding-box' | 'border-box' | Globals
46934693
export type TWqName = TNsPrefix | Globals
46944694
export type TXyz = 'xyz' | 'xyz-d50' | 'xyz-d65' | Globals
4695+
46954696
export type TXyzParams = TXyz | number | 'none' | Globals

0 commit comments

Comments
 (0)