fix(CI)
continuous-integration/drone/push Build is failing Details

pull/5/head
David D'ALMEIDA 1 year ago
parent c94db9fc93
commit 4cf8127002

@ -13,7 +13,6 @@ steps:
- cd ./API-Project
- npm install
- npm run build
- npm run start
- name: test
image: node:latest

@ -8,7 +8,7 @@
"build": "tsup src/server.ts --format cjs --clean",
"dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/server.ts\"",
"test": "jest"
},
},
"author": "",
"license": "ISC",
"dependencies": {

Loading…
Cancel
Save