We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent dc1d409 commit 8b2831bCopy full SHA for 8b2831b
.github/workflows/ingest.yml
@@ -16,4 +16,5 @@ jobs:
16
- name: Run Ingestion
17
run: |
18
cd ingestion
19
+ npm install
20
npm run start
ingestion/package.json
@@ -1,7 +1,7 @@
1
{
2
"main": "src/main.ts",
3
"scripts": {
4
- "start": "(clear || cls) && ts-node ./src/main.ts",
+ "start": "ts-node ./src/main.ts"
5
},
6
"devDependencies": {
7
"@types/node": "^20.11.27",
0 commit comments