chore(e2e): add a simplified version of the command
This commit is contained in:
parent
70b61c60c0
commit
79084ddaa7
@ -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 .",
|
||||
|
Loading…
Reference in New Issue
Block a user