Skip to content

Commit

Permalink
fix: 🧩 add packaging command
Browse files Browse the repository at this point in the history
  • Loading branch information
limuen committed Jun 17, 2024
1 parent bf8a024 commit 44d3c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/geeker-admin-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "tsc && vite build",
"build:dev": "vue-tsc && vite build --mode development",
"build:test": "vue-tsc && vite build --mode test",
"build:pro": "vue-tsc && vite build --mode production",
Expand Down

0 comments on commit 44d3c00

Please sign in to comment.