change packege.json

This commit is contained in:
ogerly 2023-07-04 08:37:47 +02:00
parent 45f2208b84
commit aae50117f6

View File

@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"preview": "vite preview --port 8080",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"fix": "npm run lint -- --fix",
"test": "npm run build && npm run lint"