refactor: run turbo pipe before publish

This commit is contained in:
braks
2022-10-09 00:27:53 +02:00
committed by Braks
parent 647d60583b
commit 32aa9e851b
5 changed files with 3 additions and 23 deletions

View File

@@ -6,13 +6,12 @@
"dev": "pnpm --dir examples/vite dev",
"docs": "pnpm --dir docs dev",
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"release": "turbo run release",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typedocs": "turbo run build && pnpm --dir docs typedocs",
"ci:version": "changeset version",
"ci:publish": "changeset publish"
"ci:publish": "turbo lint && turbo build && turbo test && changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",