mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
build: ignore branches and update yarn version
This commit is contained in:
parent
e1f1eb3e79
commit
e14927afe5
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
machine:
|
machine:
|
||||||
environment:
|
environment:
|
||||||
YARN_VERSION: 0.27.5
|
YARN_VERSION: 1.3.2
|
||||||
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
|
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
|
||||||
node:
|
node:
|
||||||
version: 8
|
version: 8
|
||||||
|
@ -38,4 +38,5 @@ general:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
- gh-pages # list of branches to ignore
|
- gh-pages # list of branches to ignore
|
||||||
|
- l10n_website
|
||||||
- /release\/.*/ # or ignore regexes
|
- /release\/.*/ # or ignore regexes
|
||||||
|
|
Loading…
Add table
Reference in a new issue