🔧 Fixed broken path and npm script

Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>
This commit is contained in:
2023-03-01 23:13:28 -05:00
parent 084ef3c07a
commit 7eb87b066f
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"typings": "server/index.js",
"scripts": {
"build": "vite build",
"dev": "rimraf dist && vite",
"dev": "rimraf dist && npm run build && vite",
"prod": "npm run build && vite",
"docs": "jsdoc -c jsdoc.json"
},
"author": "Rishi Ghan",