product category

This commit is contained in:
2023-03-17 12:03:42 +08:00
parent b23402fa29
commit c5591c7c3e
6 changed files with 76 additions and 59 deletions

View File

@ -9,7 +9,8 @@
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview",
"fmt": "prettier -w ."
"fmt": "prettier -w .",
"commit-push": "prettier -w . && git add . && git commit -m"
},
"repository": {
"type": "git",