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

cleanup

parent ea3182b5
No related branches found
No related tags found
1 merge request!12Angular 9
...@@ -22,9 +22,9 @@ stages: ...@@ -22,9 +22,9 @@ stages:
- npm ci - npm ci
#### ####
# Build nshmp-utils library # Build nshmp-template library
#### ####
Build nshmp-utils: Build nshmp-template:
stage: test stage: test
extends: .node extends: .node
script: script:
...@@ -40,9 +40,9 @@ Build example: ...@@ -40,9 +40,9 @@ Build example:
- npm run build:example - npm run build:example
#### ####
# Lint nshmp-utils library # Lint nshmp-template library
#### ####
Lint nshmp-utils: Lint nshmp-template:
stage: test stage: test
extends: .node extends: .node
script: script:
......
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