diff --git a/package.json b/package.json index fa3ca5d..5107dee 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "license": "MIT", "scripts": { "dev": "vite", + "prod": "vite --mode production", "preview": "vite preview --port 4173", "build": "vite build && node scripts/release.mjs", + "build:prod": "vite build --mode production && node scripts/release.mjs", "type-check": "vue-tsc --noEmit", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" },