Skip to content

Commit 9788ce4

Browse files
committed
[build] fix
1 parent 677a06e commit 9788ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ jobs:
44
docker:
55
- image: circleci/node:10.8.0
66
steps:
7+
- checkout
78
- attach_workspace:
89
at: ./ui/dist
9-
- checkout
10+
- run: cd ui
1011
- run: npm install
1112
- run: npm test
1213
- run: npm run build

0 commit comments

Comments
 (0)