chore: rename tag:p -> tag, tag:v -> version to meet real needs (#781)
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#781
This commit is contained in:
parent
8141ef3d36
commit
ab51d5deff
@ -20,9 +20,7 @@
|
|||||||
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts",
|
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts",
|
||||||
"start": "tachybase start",
|
"start": "tachybase start",
|
||||||
"tachybase": "tachybase",
|
"tachybase": "tachybase",
|
||||||
"tag:c": "changeset",
|
"tag": "changeset",
|
||||||
"tag:p": "changeset",
|
|
||||||
"tag:v": "changeset version",
|
|
||||||
"tar": "tachybase tar",
|
"tar": "tachybase tar",
|
||||||
"tb": "tachybase",
|
"tb": "tachybase",
|
||||||
"tbi": "tachybase install",
|
"tbi": "tachybase install",
|
||||||
@ -30,7 +28,8 @@
|
|||||||
"test": "tachybase test",
|
"test": "tachybase test",
|
||||||
"test:client": "tachybase test:client",
|
"test:client": "tachybase test:client",
|
||||||
"test:server": "tachybase test:server",
|
"test:server": "tachybase test:server",
|
||||||
"ts": "tachybase test:server"
|
"ts": "tachybase test:server",
|
||||||
|
"version": "changeset version"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,json,sql}": [
|
"*.{js,json,sql}": [
|
||||||
|
Loading…
Reference in New Issue
Block a user