mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-12 12:25:48 +00:00
fix: Don't wait for user input during yarn install
This commit is contained in:
parent
21ac30f351
commit
b5a616fb3f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ cache:
|
|||
|
||||
before_install: npm i -g yarn
|
||||
|
||||
install: yarn install
|
||||
install: yarn install --non-interactive
|
||||
|
||||
script:
|
||||
- yarn test
|
||||
|
|
|
|||
Loading…
Reference in a new issue