Merge branch 'main' into feat/background-tasks

This commit is contained in:
Lucas Smith
2024-06-21 13:58:56 +10:00
committed by GitHub
5 changed files with 24 additions and 7 deletions

View File

@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"build": "prisma generate",
"prebuild": "prisma generate",
"format": "prisma format",
"clean": "rimraf node_modules",
"post-install": "prisma generate",