1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

postinstall prisma generate

This commit is contained in:
tabler.developer@gmail.com
2023-08-20 22:25:44 +02:00
parent ebda434060
commit 361e81e478

View File

@@ -4,10 +4,11 @@
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io",
"scripts": {
"dev": "pnpm prisma generate && pnpm run start-plugins",
"postinstall": "pnpm prisma generate",
"dev": "pnpm run start-plugins",
"start": "gulp start",
"start-plugins": "gulp start --with-plugins",
"build": "pnpm prisma generate && gulp build",
"build": "gulp build",
"build-docs": "mkdir public && touch public/index.html && echo 'ok'",
"preview": "gulp build --preview",
"svg-optimize": "svgo -f svg/brand --pretty",