Allow message overrides for statuses (#62)

This commit is contained in:
Michael Shick 2022-11-07 16:04:49 -08:00 committed by GitHub
parent 75079b41e7
commit f116a1a828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 407 additions and 87 deletions

View file

@ -26,6 +26,7 @@
"clean": "rm -rf node_modules dist package-lock.json __tests__/runner/**/*",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map",
"release": "npm run build && npm run package",
"test": "vitest run",
"watch": "vitest"
},