add ability to launch the scraper from package.json.scripts
This commit is contained in:
@ -18,6 +18,8 @@
|
||||
"build": "tsc",
|
||||
"start": "node dist/server.js",
|
||||
"dev": "tsx watch src/server.ts",
|
||||
"scraper": "node dist/scraper.js",
|
||||
"scraper:dev": "tsx watch src/scraper.ts",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
|
Reference in New Issue
Block a user