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 - cd ./API-Project
- npm install - npm install
- npm run build - npm run build
- npm run start
- name: test - name: test
image: node:latest image: node:latest

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

Loading…
Cancel
Save