diff --git a/package.json b/package.json index 3df82f92b..fb88ed49f 100644 --- a/package.json +++ b/package.json @@ -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",