Commit 397a7f00 authored by Steven's avatar Steven

chore: add postinstall script

parent 06eff151
......@@ -4,8 +4,8 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext .js,.ts,.tsx, src",
"type-gen": "cd ../proto && buf generate",
"type-check": "tsc"
"type-check": "tsc",
"postinstall": "cd ../proto && buf generate"
},
"packageManager": "pnpm@8.7.0",
"dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment