add ci for tg bot
Deploy app frontend / app frontend (push) Failing after 54s
Deploy service couchdb / service couchdb (push) Successful in 38s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m27s
Deploy service tg-bot / service tg-bot (push) Failing after 44s
Deploy app frontend / app frontend (push) Failing after 54s
Deploy service couchdb / service couchdb (push) Successful in 38s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m27s
Deploy service tg-bot / service tg-bot (push) Failing after 44s
This commit is contained in:
@@ -1,18 +1,22 @@
|
||||
{
|
||||
"name": "@hereconnect/lib-service-health-checkserver",
|
||||
"version": "1.0.0",
|
||||
"main": "src/health-server.ts",
|
||||
"type": "module",
|
||||
"main": "dist/health-server.js",
|
||||
"types": "dist/health-server.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/health-server.ts",
|
||||
"default": "./src/health-server.ts"
|
||||
"import": "./dist/health-server.js",
|
||||
"types": "./dist/health-server.d.ts",
|
||||
"default": "./dist/health-server.js"
|
||||
}
|
||||
},
|
||||
"files": ["src/**/*"],
|
||||
"files": ["dist/**/*"],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "tsc --noEmit src/health-server.ts",
|
||||
"build": "pnpm run lint"
|
||||
"build": "tsc",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.17.6",
|
||||
|
||||
Reference in New Issue
Block a user