mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add postinstall script
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user