dont create .d.ts files for prod (rlly slow to make them)
All checks were successful
Publish Docker Image / docker (push) Successful in 1m17s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m17s
This commit is contained in:
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": [],
|
||||
|
Loading…
Reference in New Issue
Block a user