fix(config): Try to fix CI.
This commit is contained in:
parent
240e90502f
commit
780a177979
3 changed files with 22 additions and 17 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,12 +1,13 @@
|
||||||
|
.coveralls.yml
|
||||||
|
.env
|
||||||
|
.npmrc
|
||||||
|
.nyc_output
|
||||||
|
coverage
|
||||||
|
dist
|
||||||
|
docs
|
||||||
|
guaribas.log
|
||||||
|
guaribas.sqlite
|
||||||
node_modules
|
node_modules
|
||||||
packages/default.gbui/build
|
packages/default.gbui/build
|
||||||
dist
|
|
||||||
guaribas.sqlite
|
|
||||||
guaribas.log
|
|
||||||
work
|
|
||||||
tmp
|
tmp
|
||||||
docs
|
work
|
||||||
.env
|
|
||||||
.coveralls.yml
|
|
||||||
coverage
|
|
||||||
.npmrc
|
|
18
.npmignore
18
.npmignore
|
@ -1,9 +1,13 @@
|
||||||
node_modules
|
# This file must be a copy of .gitignore except for the WILLSHIP commented lines below.
|
||||||
guaribas.sqlite
|
|
||||||
guaribas.log
|
|
||||||
work
|
|
||||||
tmp
|
|
||||||
.env
|
|
||||||
.coveralls.yml
|
.coveralls.yml
|
||||||
|
.env
|
||||||
|
.npmrc
|
||||||
|
.nyc_output
|
||||||
coverage
|
coverage
|
||||||
BotServer-*.tgz
|
# WILLSHIP dist
|
||||||
|
guaribas.log
|
||||||
|
guaribas.sqlite
|
||||||
|
node_modules
|
||||||
|
# WILLSHIP packages/default.gbui/build
|
||||||
|
tmp
|
||||||
|
work
|
|
@ -201,7 +201,7 @@
|
||||||
{
|
{
|
||||||
"path": "@semantic-release/git",
|
"path": "@semantic-release/git",
|
||||||
"assets": [
|
"assets": [
|
||||||
"**"
|
"package.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue