1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Refactor Dockerfile and package.json (#2089)

This commit is contained in:
Paweł Kuna
2025-01-27 22:32:25 +01:00
committed by GitHub
parent 2b42568ce7
commit 2c7c448108
4 changed files with 8 additions and 4 deletions

View File

@@ -4,9 +4,8 @@
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io",
"scripts": {
"dev": "pnpm run start-plugins",
"dev": "pnpm run start",
"start": "gulp start",
"start-plugins": "gulp start --with-plugins",
"build": "gulp build",
"build-docs": "mkdir public && touch public/index.html && echo 'ok'",
"preview": "gulp build --preview",