1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 21:01:33 +02:00

test: add tests and configure CI/CD (#104)

This commit is contained in:
Benjamin E. Coe
2020-11-25 14:10:46 -05:00
committed by GitHub
parent 562cbbb631
commit fe20625bea
6 changed files with 1108 additions and 6 deletions

View File

@@ -5,7 +5,8 @@
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {
"test": "standard",
"test": "c8 mocha test/*.js",
"posttest": "standard",
"fix": "standard --fix",
"build": "ncc build index.js"
},
@@ -29,6 +30,9 @@
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"c8": "^7.3.5",
"mocha": "^8.2.1",
"sinon": "^9.2.1",
"standard": "^14.3.4"
},
"standard": {