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
|
||||
packages/default.gbui/build
|
||||
dist
|
||||
guaribas.sqlite
|
||||
guaribas.log
|
||||
work
|
||||
tmp
|
||||
docs
|
||||
.env
|
||||
.coveralls.yml
|
||||
coverage
|
||||
.npmrc
|
||||
work
|
18
.npmignore
18
.npmignore
|
@ -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
|
|
@ -201,7 +201,7 @@
|
|||
{
|
||||
"path": "@semantic-release/git",
|
||||
"assets": [
|
||||
"**"
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue