Skip to content

Commit 4a79d2f

Browse files
committed
Fix incorrect circle command.
1 parent a75265a commit 4a79d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)