Merge branch 'main' into feat/public-profiles

This commit is contained in:
Lucas Smith
2024-06-21 13:59:13 +10:00
committed by GitHub
11 changed files with 171 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",