chore(e2e): add a simplified version of the command

This commit is contained in:
Rain 2023-10-06 19:20:19 +08:00
parent 70b61c60c0
commit 79084ddaa7

View File

@ -29,6 +29,9 @@
"test:e2e:codegen": "tsx ./scripts/codegen.setup.ts",
"test:e2e:server": "tsx ./scripts/nocobase.setup.ts",
"tc": "yarn test:client",
"te": "yarn test:e2e",
"tec": "yarn test:e2e:codegen",
"tes": "yarn test:e2e:server",
"doc": "nocobase doc",
"postinstall": "nocobase postinstall",
"lint": "eslint .",