Migrate to yarn berry and fix all workspace errors
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user