pengx17
2024-10-11 04:07:02 +00:00
parent 99182167e7
commit 7fdc30d956
+1 -1
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": {