projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1a335
)
enable audit when installing npm packages
author
Dan Allen
<dan@opendevise.com>
Tue, 18 Jun 2019 07:27:21 +0000
(
01:27
-0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 18 Jun 2019 07:27:21 +0000
(
01:27
-0600)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
718fc05
..
e008f55
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-7,7
+7,7
@@
install:
- .cache/npm
script:
- &npm_install
- npm install --quiet --no-progress --cache=.cache/npm
--no-audit
+ npm install --quiet --no-progress --cache=.cache/npm
lint:
stage: verify
cache: &pull_cache