fix: remove vite from pdf-templates packakge

This commit is contained in:
Ahmed Bouhuolia
2024-11-10 11:47:09 +02:00
parent 6f12127095
commit a34b7a2106
2 changed files with 0 additions and 62 deletions

View File

@@ -4,7 +4,6 @@
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "eslint .",
"preview": "vite preview",
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build"
},