Skip to content
Snippets Groups Projects
Commit 0a442996 authored by Karolína Dočkalová Burská's avatar Karolína Dočkalová Burská
Browse files

Add ngx dependency

parent d4141977
No related branches found
No related tags found
1 merge request!1Eval
Pipeline #209668 passed
......@@ -33,6 +33,28 @@ codeStyle:
refs:
- master
buildExampleApp:
stage: build
cache:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths:
- .npm/
policy: pull
script:
- npm run build-example-app
only:
- triggers
- branches
artifacts:
paths:
- ./dist
expire_in: 1 hour
except:
changes:
- "CHANGELOG.md"
refs:
- master
buildLibrary:
stage: build
cache:
......
14.0.0 Initial library version
......@@ -43,6 +43,7 @@
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^13.0.1",
"core-js": "^3.23.2",
"ngx-indexed-db": "^11.0.2",
"d3": "^7.4.4",
"rxjs": "~7.5.5",
"tslib": "^2.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment