Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
Proxy
Commits
a3cc22a2
Commit
a3cc22a2
authored
Aug 12, 2021
by
Dominik Hebeler
Browse files
disabled audit and disabled progress on npm install
parent
958e4314
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a3cc22a2
...
...
@@ -40,7 +40,7 @@ prepare_node:
stage
:
prepare
image
:
node:16
before_script
:
-
npm
c
i --cache .npm --prefer-offline
-
npm i --cache .npm --prefer-offline
--no-audit --progress=false
script
:
-
npm run prod
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment