revert: restrict node version

This commit is contained in:
Alex Yang
2023-07-10 20:51:49 +08:00
parent cfa18d1bc3
commit 01de2ae714
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",