add prisma generate

上级 8ffe0e6a
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
"description": "Premium and Open Source dashboard template with responsive and high quality UI.", "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io", "homepage": "https://tabler.io",
"scripts": { "scripts": {
"dev": "pnpm run start-plugins", "dev": "pnpm prisma generate && pnpm run start-plugins",
"start": "gulp start", "start": "gulp start",
"start-plugins": "gulp start --with-plugins", "start-plugins": "gulp start --with-plugins",
"build": "gulp build", "build": "pnpm prisma generate && gulp build",
"build-docs": "mkdir public && touch public/index.html && echo 'ok'", "build-docs": "mkdir public && touch public/index.html && echo 'ok'",
"preview": "gulp build --preview", "preview": "gulp build --preview",
"svg-optimize": "svgo -f svg/brand --pretty", "svg-optimize": "svgo -f svg/brand --pretty",
......
...@@ -37,3 +37,4 @@ GOOGLE_SECRET="" ...@@ -37,3 +37,4 @@ GOOGLE_SECRET=""
# Auth config # Auth config
NEXTAUTH_SECRET="" NEXTAUTH_SECRET=""
NEXTAUTH_URL=""
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册