We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd23e8 commit f8a441dCopy full SHA for f8a441d
README.MD
@@ -1,16 +1,3 @@
1
-# Commands
2
-
3
-### RUN
4
-`npx tsx src/index.ts`
5
6
-### RUN THE SCHEDULER
7
8
-`npx tsx src/Scheduler/index.ts`
9
10
-### TEST
11
-`npm run test`
12
13
14
# Scraper Project
15
16
## Overview
@@ -62,6 +49,7 @@ scraper/
62
49
### Prerequisites
63
50
64
51
- Node.js
52
+- typescript
65
53
- npm
66
54
67
55
### Installation
package.json
@@ -5,7 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
- "start": "npx tsx src/index.ts",
+ "start": "npx tsx src/Scheduler/index.ts",
+ "start:scheduler": "npx tsx src/Scheduler/index.ts",
"test": "jest --detectOpenHandles",
"build": "tsc"
},
0 commit comments