Use quiet option for CI jobs
This commit is contained in:
parent
bea7afb355
commit
1f0a8a54da
3 changed files with 5 additions and 5 deletions
|
|
@ -2,6 +2,6 @@ static:
|
|||
stage: build
|
||||
image: node:12-bullseye
|
||||
before_script:
|
||||
- npm install
|
||||
- npm install --quiet
|
||||
script:
|
||||
- npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue