Skip to content
Snippets Groups Projects
Commit 2da92412 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

audit angular

parent 0765d034
No related branches found
No related tags found
1 merge request!18Resolves - Provisional Release Setup
......@@ -68,6 +68,15 @@ Audit:
- npm audit
stage: build
Audit Angular:
allow_failure: true
image: ${DEVOPS_REGISTRY}usgs/node:16
needs: []
script:
- cd example
- npm audit
stage: build
Build Angular:
image: ${DEVOPS_REGISTRY}usgs/node:16
needs:
......@@ -96,6 +105,7 @@ Publish npm:
- tags
needs:
- Audit
- Audit Angular
- Init
- Build Angular
- Lint Project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment