Merge remote-tracking branch 'refs/remotes/origin/feat/cloud-sync'

Conflicts:
	packages/data-center/src/provider/base.ts
This commit is contained in:
Lin Onetwo
2023-01-05 18:50:13 +08:00
33 changed files with 754 additions and 190 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"test:e2e:codegen": "npx playwright codegen http://localhost:8080",
"test:unit": "jest",
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs"
"notify": "node --experimental-modules scripts/notify.mjs",
"check:ci": "pnpm lint & pnpm test"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",