This repository was archived by the owner on May 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +10063
-12748
lines changed Expand file tree Collapse file tree 7 files changed +10063
-12748
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
- browser-tools :
circleci/[email protected]
3
+ node : circleci/node@4
4
+ browser-tools : circleci/browser-tools@1
5
+ codecov : codecov/codecov@3
4
6
jobs :
5
7
test :
6
8
docker :
@@ -10,27 +12,21 @@ jobs:
10
12
steps :
11
13
- browser-tools/install-chrome
12
14
- checkout
13
- - run :
14
- name : npm-install
15
- command : npm ci
15
+ - node/install-packages
16
16
- run :
17
17
name : test
18
18
command : npm run test:ci
19
19
- run :
20
20
name : lint
21
21
command : npm run lint
22
- - run :
23
- name : ghpages
24
- command : npm run ghpages
25
- - run :
26
- name : codecov
27
- command : bash <(curl -s https://codecov.io/bash)
22
+ - codecov/upload
28
23
release :
29
- docker :
30
- - image : cimg/node:current
24
+ executor :
25
+ name : node/default
26
+ tag : ' current'
31
27
steps :
32
28
- checkout
33
- - run : npm ci
29
+ - node/install-packages
34
30
- run : npm run build
35
31
- run : cd dist && npx semantic-release
36
32
@@ -45,5 +41,7 @@ workflows:
45
41
branches :
46
42
only :
47
43
- master
44
+ context :
45
+ - npm
48
46
requires :
49
47
- test
Original file line number Diff line number Diff line change 25
25
! .vscode /extensions.json
26
26
27
27
# misc
28
+ /.angular /cache
28
29
/.sass-cache
29
30
/connect.lock
30
31
/coverage
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments