Skip to content

Commit

Permalink
fixing restapi gh actions flake (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses authored Sep 17, 2024
1 parent 9aadad2 commit 0357100
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 636 deletions.
12 changes: 6 additions & 6 deletions packages/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"scripts": {
"build": "tsc",
"build:go": " ",
"build:slither": " ",
"dev": "nodemon --watch src --exec ts-node src/app.ts",
"start": "node dist/app.js",
"lint:fix": "eslint src/**/*.ts --fix",
"lint:check": "eslint . --max-warnings=0",
"ci:lint": "npm run lint:check",
"test": "jest",
"test:coverage": "echo 'No tests defined.'",
"postinstall": "npm run build"
"test:coverage": "echo 'No tests defined.'"
},
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
Expand All @@ -26,7 +26,9 @@
"ethers": "5.7.2",
"express": "^4.18.2",
"express-validator": "^7.2.0",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"supertest": "^6.3.3",
"typescript": "^4.8.3"
},
"description": "A node.js project exposing a rest api for synapse sdk quotes",
"devDependencies": {
Expand All @@ -39,9 +41,7 @@
"jest": "^29.7.0",
"lodash": "^4.17.21",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.8.3"
"ts-node": "^10.9.2"
}
}
Loading

0 comments on commit 0357100

Please sign in to comment.