Skip to content

Commit 8f3f94b

Browse files
committed
fix: add missing install command
1 parent 9f0b5e5 commit 8f3f94b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ jobs:
55
- image: "circleci/node:latest"
66
steps:
77
- checkout
8+
- run:
9+
name: install
10+
command: yarn
811
- run:
912
name: release
1013
command: yarn run semantic-release

0 commit comments

Comments
 (0)