We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1755560 commit e051705Copy full SHA for e051705
.github/workflows/npm-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: "22.x"
17
registry-url: https://registry.npmjs.org/
18
- run: corepack enable # Enable Corepack
19
- - run: yarn install --frozen-lockfile --ignore-scripts
+ - run: yarn install --frozen-lockfile
20
- run: yarn build:release
21
- run: yarn changeset publish
22
env:
0 commit comments