Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 9d13611

Browse files
committed
fix: use correct yarn build command
1 parent de8a66e commit 9d13611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: 12
3232
registry-url: https://npm.pkg.github.com/
3333
- run: yarn
34-
- run: yarn build --if-present
34+
- run: yarn build
3535
- run: yarn semantic-release
3636
env:
3737
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: yarn
2929
- run: yarn lint
30-
- run: yarn build --if-present
30+
- run: yarn build
3131
- run: yarn test

0 commit comments

Comments
 (0)