Migrate to yarn berry and fix all workspace errors
This commit is contained in:
1
gather/.gitignore
vendored
Normal file
1
gather/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
dist
|
||||
@@ -4,8 +4,8 @@
|
||||
"version": "1.0.0",
|
||||
"description": "The background job that collects data and stores it in a DB",
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
"build": "./node_modules/typescript/bin/tsc"
|
||||
"start": "node ./dist/src/index.js",
|
||||
"build": "../node_modules/typescript/bin/tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.26.0",
|
||||
|
||||
1594
gather/yarn.lock
1594
gather/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user