Skip to content

Commit e38b5c4

Browse files
committed
fix build tool
1 parent 041bd41 commit e38b5c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/refresh-set-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'yarn'
29-
- run: yarn --frozen-lockfile
29+
- run: yarn
3030
- run: yarn build
3131
- run: yarn test

.github/workflows/refresh-set-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 20
2929
registry-url: https://registry.npmjs.org/
30-
- run: yarn --frozen-lockfile
30+
- run: yarn
3131
- run: yarn npm publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ dist
130130
.pnp.*
131131

132132
# release files
133-
.dist
133+
.dist
134+
yarn.lock

0 commit comments

Comments
 (0)