Skip to content

Commit 8b2831b

Browse files
committed
Fixed package.json
1 parent dc1d409 commit 8b2831b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ingest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- name: Run Ingestion
1717
run: |
1818
cd ingestion
19+
npm install
1920
npm run start

ingestion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "src/main.ts",
33
"scripts": {
4-
"start": "(clear || cls) && ts-node ./src/main.ts",
4+
"start": "ts-node ./src/main.ts"
55
},
66
"devDependencies": {
77
"@types/node": "^20.11.27",

0 commit comments

Comments
 (0)