Skip to content

Commit

Permalink
chore: replace tsnd to tsx and tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
patricks-js committed Jun 6, 2023
1 parent 3efd5c0 commit b4b2efe
Show file tree
Hide file tree
Showing 4 changed files with 6,186 additions and 5,461 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"author": "Willian Cavalcanti Coelho",
"license": "MIT",
"scripts": {
"dev": "tsnd ./src/main/server.ts",
"deploy": "tsc && node ./dist/src/main/server.js",
"dev": "tsx src/main/server.ts",
"build": "tsup src",
"start": "node dist/src/main/server.js",
"test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
"test:verbose": "jest --passWithNoTests --runInBand",
"test:unit": "yarn test -- --watch -c jest-unit-config.js",
Expand Down Expand Up @@ -34,7 +35,7 @@
"prettier": "^2.7.1",
"supertest": "^6.2.4",
"ts-jest": "^28.0.7",
"ts-node-dev": "^2.0.0",
"tsx": "^3.12.7",
"typescript": "^4.7.4"
},
"dependencies": {
Expand All @@ -47,7 +48,8 @@
"pino": "^8.3.0",
"pino-http": "^8.1.1",
"pino-pretty": "^8.1.0",
"tsup": "^6.7.0",
"uid": "^2.0.0",
"validator": "^13.7.0"
}
}
}
Loading

0 comments on commit b4b2efe

Please sign in to comment.