Workflow funktioniert nun wieder. Es gab Probleme nach Aenderungen.
Build and Publish Site / docker (push) Successful in 23s
Build and Publish Site / docker (push) Successful in 23s
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "cronosjs",
|
||||
"description": "A cron based task scheduler for node and the browser, with extended syntax and timezone support.",
|
||||
"version": "1.7.1",
|
||||
"license": "ISC",
|
||||
"files": [
|
||||
"dist-*/",
|
||||
"bin/"
|
||||
],
|
||||
"pika": true,
|
||||
"sideEffects": false,
|
||||
"keywords": [
|
||||
"cron",
|
||||
"schedule",
|
||||
"scheduler",
|
||||
"timezone support"
|
||||
],
|
||||
"bugs": "https://github.com/jaclarke/cronosjs/issues",
|
||||
"repository": "github:jaclarke/cronosjs",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@pika/pack": "^0.5.0",
|
||||
"@pika/plugin-build-node": "^0.9.2",
|
||||
"@pika/plugin-build-web": "^0.9.2",
|
||||
"@pika/plugin-ts-standard-pkg": "^0.8.3",
|
||||
"coveralls": "^3.1.0",
|
||||
"jest": "^26.6.3",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"source": "dist-src/index.js",
|
||||
"types": "dist-types/index.d.ts",
|
||||
"main": "dist-node/index.js",
|
||||
"module": "dist-web/index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user