Skip to content

Commit 81a15ca

Browse files
committed
feat: update circleci config
1 parent f3687de commit 81a15ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ workflows:
4444
version: 2
4545
build:
4646
jobs:
47-
- test
47+
- build
4848
- publish:
4949
requires:
50-
- test
50+
- build
5151
filters:
5252
branches:
5353
only:

0 commit comments

Comments
 (0)