Skip to content
Snippets Groups Projects
Commit 5f03174c authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Removed quiet option from install script

parent 159c923b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ stages: ...@@ -25,7 +25,7 @@ stages:
build: build:
stage: build stage: build
script: script:
- npm install -q - npm install
- npm run build - npm run build
- knex migrate:latest - knex migrate:latest
- knex seed:run - knex seed:run
......
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