Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 59a276a

Browse files
committed
feat: upgrade to angular 13
requires ivy
1 parent 3300d4c commit 59a276a

File tree

7 files changed

+10063
-12748
lines changed

7 files changed

+10063
-12748
lines changed

.circleci/config.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2.1
22
orbs:
3-
browser-tools: circleci/[email protected]
3+
node: circleci/node@4
4+
browser-tools: circleci/browser-tools@1
5+
codecov: codecov/codecov@3
46
jobs:
57
test:
68
docker:
@@ -10,27 +12,21 @@ jobs:
1012
steps:
1113
- browser-tools/install-chrome
1214
- checkout
13-
- run:
14-
name: npm-install
15-
command: npm ci
15+
- node/install-packages
1616
- run:
1717
name: test
1818
command: npm run test:ci
1919
- run:
2020
name: lint
2121
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
2823
release:
29-
docker:
30-
- image: cimg/node:current
24+
executor:
25+
name: node/default
26+
tag: 'current'
3127
steps:
3228
- checkout
33-
- run: npm ci
29+
- node/install-packages
3430
- run: npm run build
3531
- run: cd dist && npx semantic-release
3632

@@ -45,5 +41,7 @@ workflows:
4541
branches:
4642
only:
4743
- master
44+
context:
45+
- npm
4846
requires:
4947
- test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

build.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)