🔨 Fixed warnings in yarn dev script
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user