🔨 Fixed warnings in yarn dev script

This commit is contained in:
2026-03-06 10:50:19 -05:00
parent a45eae2604
commit 46e683859e

View File

@@ -4,8 +4,8 @@
"description": "ThreeTwo! A good comic book curator.", "description": "ThreeTwo! A good comic book curator.",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"dev": "rimraf dist && npm run build && vite", "dev": "rimraf dist && yarn build && vite",
"start": "npm run build && vite", "start": "yarn build && vite",
"docs": "jsdoc -c jsdoc.json", "docs": "jsdoc -c jsdoc.json",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",