chore: refine scripts names (#783)
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#783
This commit is contained in:
parent
ecbd4bbafc
commit
fec8ff8fec
@ -17,7 +17,7 @@
|
|||||||
"pm": "tachybase pm",
|
"pm": "tachybase pm",
|
||||||
"pm2": "tachybase pm2",
|
"pm2": "tachybase pm2",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"release": "pnpm -r exec -- npm version patch",
|
"release": "pnpm -r exec -- npm version patch && npm version patch --no-git-tag-version && git commit -a -m 'chore(version): release '$(jq -r '.version | \"v\\(.)\"' package.json | tr -d '\"') && git tag $(jq -r '.version | \"v\\(.)\"' package.json | tr -d '\"')",
|
||||||
"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",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"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"
|
"ver": "changeset version"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,json,sql}": [
|
"*.{js,json,sql}": [
|
||||||
|
Loading…
Reference in New Issue
Block a user