revert: restrict node version

(cherry picked from commit 01de2ae714)
This commit is contained in:
Alex Yang
2023-07-10 20:51:49 +08:00
parent 38521dc8b2
commit 7bda0f87e6
3 changed files with 2 additions and 14 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
"test:coverage": "ENABLE_PRELOADING=false vitest run --coverage",
"notify": "node scripts/notify.mjs",
"circular": "madge --circular --ts-config ./tsconfig.json ./apps/web/src/pages/**/*.tsx",
"typecheck": "tsc -b tsconfig.json --diagnostics"
"typecheck": "tsc -b tsconfig.json --diagnostics",
"postinstall": "node ./scripts/check-version.mjs && yarn i18n-codegen gen && yarn husky install"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown --cache",