We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9788ce4 commit dabe9baCopy full SHA for dabe9ba
.circleci/config.yml
@@ -7,10 +7,19 @@ jobs:
7
- checkout
8
- attach_workspace:
9
at: ./ui/dist
10
- - run: cd ui
11
- - run: npm install
12
- - run: npm test
13
- - run: npm run build
+ - cd:
+ - run:
+ name: "Install dependencies"
+ command: npm install
14
+ working_directory: ui
15
16
+ name: "Run tests"
17
+ command: npm test
18
19
20
+ name: "Build"
21
+ command: npm run build
22
23
24
build:
25
docker:
0 commit comments