🐳 Fixes to the Dockerfile

This commit is contained in:
2023-03-31 00:06:46 -04:00
parent a939bf4c71
commit 967a82dea5
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"build": "vite build",
"dev": "rimraf dist && npm run build && vite",
"prod": "npm run build && vite",
"start": "npm run build && vite",
"docs": "jsdoc -c jsdoc.json",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"