ci: add npm-publish

This commit is contained in:
divlo
2020-12-27 18:42:48 +01:00
parent 7890ab98ce
commit d5e0dcc69d
2 changed files with 32 additions and 1 deletions

View File

@ -45,7 +45,8 @@
},
"scripts": {
"test": "mocha",
"lint": "exit 0"
"lint": "exit 0",
"build": "exit 0"
},
"dependencies": {
"jsonwebtoken": "8.5.1",