mirror of
https://github.com/usememos/memos.git
synced 2024-11-10 17:02:21 +08:00
chore: add postinstall script
This commit is contained in:
parent
06eff151e7
commit
397a7f00ef
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue