fix(config): Try to fix CI.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-18 18:46:23 -02:00
parent 240e90502f
commit 780a177979
3 changed files with 22 additions and 17 deletions

19
.gitignore vendored
View file

@ -1,12 +1,13 @@
.coveralls.yml
.env
.npmrc
.nyc_output
coverage
dist
docs
guaribas.log
guaribas.sqlite
node_modules
packages/default.gbui/build
dist
guaribas.sqlite
guaribas.log
work
tmp
docs
.env
.coveralls.yml
coverage
.npmrc
work

View file

@ -1,9 +1,13 @@
node_modules
guaribas.sqlite
guaribas.log
work
tmp
.env
# This file must be a copy of .gitignore except for the WILLSHIP commented lines below.
.coveralls.yml
.env
.npmrc
.nyc_output
coverage
BotServer-*.tgz
# WILLSHIP dist
guaribas.log
guaribas.sqlite
node_modules
# WILLSHIP packages/default.gbui/build
tmp
work

View file

@ -201,7 +201,7 @@
{
"path": "@semantic-release/git",
"assets": [
"**"
"package.json"
]
}
],