We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2473e0 commit c3569cfCopy full SHA for c3569cf
2 files changed
polling-frequent/package.json
@@ -10,7 +10,7 @@
10
"lint": "eslint .",
11
"start": "ts-node src/worker.ts",
12
"start.watch": "nodemon src/worker.ts",
13
- "workflow": "ts-node src/client.ts",
+ "workflow": "ts-node src/client.ts"
14
},
15
"nodemonConfig": {
16
"execMap": {
polling-infrequent/package.json
0 commit comments