Skip to content

Commit e051705

Browse files
committed
update publish CI script
1 parent 1755560 commit e051705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: "22.x"
1717
registry-url: https://registry.npmjs.org/
1818
- run: corepack enable # Enable Corepack
19-
- run: yarn install --frozen-lockfile --ignore-scripts
19+
- run: yarn install --frozen-lockfile
2020
- run: yarn build:release
2121
- run: yarn changeset publish
2222
env:

0 commit comments

Comments
 (0)