🐳 Fixes to the Dockerfile (#74)

This commit was merged in pull request #74.
This commit is contained in:
2023-03-31 15:09:23 -04:00
committed by GitHub
parent 18b18c3d81
commit fbf6bed4fe
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"