dont create .d.ts files for prod (rlly slow to make them)
All checks were successful
Publish Docker Image / docker (push) Successful in 1m17s

This commit is contained in:
Lee 2024-01-03 07:47:41 +00:00
parent 8f344d246f
commit 29e3696be3

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsup src/index.ts --format cjs,esm --dts",
"build": "tsup src/index.ts --format cjs,esm",
"start": "node dist/index.js"
},
"keywords": [],