chore(ci): semantic commit

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-12 13:53:21 -02:00
parent 8d5ddf7e14
commit 6a08f084e7
2 changed files with 15 additions and 8 deletions

View file

@ -47,7 +47,7 @@ deploy:
skip_cleanup: true
on:
tags: false
branch: main
branch: master
- provider: npm
skip_cleanup: true
@ -55,4 +55,4 @@ deploy:
api_key: $NPM_TOKEN
on:
tags: false
branch: main
branch: master

View file

@ -3,11 +3,15 @@
"version": "0.1.11",
"description": "General Bot Community Edition open-core server.",
"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": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"Jorge Ramos <jramos@pobox.com>"
],
"engines": {
"node": "=10.13.0"
},
"license": "AGPL-3.0",
"preferGlobal": true,
"bin": {
@ -38,13 +42,10 @@
"secure": "nsp check",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"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",
"commit": "git-cz"
},
"engines": {
"node": "=10.13.0"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "1.3.0",
"@types/chai": "4.1.7",
@ -195,7 +196,13 @@
"git add packages/*.ts",
"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-checkout": [],
"post-merge": []