pengx17 2024-10-11 04:07:02 +00:00
parent 99182167e7
commit 7fdc30d956
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -36,7 +36,7 @@
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc -b tsconfig.json",
"postinstall": "node ./scripts/check-version.mjs && yarn i18n-codegen gen && yarn husky install",
"postinstall": "node ./scripts/check-version.mjs && yarn workspace @affine/i18n i18n-codegen gen && yarn husky install",
"prepare": "husky"
},
"lint-staged": {