Skip to content

Commit a75265a

Browse files
committed
Add install step.
1 parent 5dbb315 commit a75265a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ jobs:
55
- image: cimg/node:18.10
66
steps:
77
- checkout
8+
- install: yarn install
89
- run: yarn run build

0 commit comments

Comments
 (0)