chore(ci): semantic commit
This commit is contained in:
parent
8d5ddf7e14
commit
6a08f084e7
2 changed files with 15 additions and 8 deletions
|
@ -47,7 +47,7 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: false
|
tags: false
|
||||||
branch: main
|
branch: master
|
||||||
|
|
||||||
- provider: npm
|
- provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
@ -55,4 +55,4 @@ deploy:
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
on:
|
on:
|
||||||
tags: false
|
tags: false
|
||||||
branch: main
|
branch: master
|
||||||
|
|
19
package.json
19
package.json
|
@ -3,11 +3,15 @@
|
||||||
"version": "0.1.11",
|
"version": "0.1.11",
|
||||||
"description": "General Bot Community Edition open-core server.",
|
"description": "General Bot Community Edition open-core server.",
|
||||||
"main": "./src/app.ts",
|
"main": "./src/app.ts",
|
||||||
"homepage": "http://www.generalbot.com",
|
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",
|
||||||
|
"homepage": "https://github.com/pragmatismo-io/BotServer/#readme",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
|
||||||
"Jorge Ramos <jramos@pobox.com>"
|
"Jorge Ramos <jramos@pobox.com>"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "=10.13.0"
|
||||||
|
},
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -38,13 +42,10 @@
|
||||||
"secure": "nsp check",
|
"secure": "nsp check",
|
||||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||||
"unused-deps": "dependency-check --unused --no-dev ./package.json",
|
"unused-deps": "dependency-check --unused --no-dev ./package.json",
|
||||||
"travis-deploy-once": "travis-deploy-once -pro",
|
"travis-deploy-once": "travis-deploy-once --pro",
|
||||||
"semantic-release": "semantic-release",
|
"semantic-release": "semantic-release",
|
||||||
"commit": "git-cz"
|
"commit": "git-cz"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": "=10.13.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/microsoft-graph-client": "1.3.0",
|
"@microsoft/microsoft-graph-client": "1.3.0",
|
||||||
"@types/chai": "4.1.7",
|
"@types/chai": "4.1.7",
|
||||||
|
@ -195,7 +196,13 @@
|
||||||
"git add packages/*.ts",
|
"git add packages/*.ts",
|
||||||
"npm run ban"
|
"npm run ban"
|
||||||
],
|
],
|
||||||
"pre-push": [],
|
"pre-push": [
|
||||||
|
"echo skip npm run unused-deps",
|
||||||
|
"npm run secure",
|
||||||
|
"npm run license",
|
||||||
|
"npm run ban -- --all",
|
||||||
|
"npm run size"
|
||||||
|
],
|
||||||
"post-commit": [],
|
"post-commit": [],
|
||||||
"post-checkout": [],
|
"post-checkout": [],
|
||||||
"post-merge": []
|
"post-merge": []
|
||||||
|
|
Loading…
Add table
Reference in a new issue