add GH workflows
This commit is contained in:
parent
b645af1337
commit
3f5532a487
3 changed files with 15 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "bun build ./src/index.ts --outdir ./build",
|
||||
"clean": "rm -rf ./build",
|
||||
"dev": "bun --watch src/index.ts | pino-pretty",
|
||||
"prisma:generate": "prisma generate"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue