feat: add publish workflow

This commit is contained in:
braks
2022-10-08 23:08:57 +02:00
committed by Braks
parent 939bff5030
commit 86bff351ca
3 changed files with 43 additions and 6 deletions

View File

@@ -10,7 +10,9 @@
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typedocs": "turbo run build && pnpm --dir docs typedocs"
"typedocs": "turbo run build && pnpm --dir docs typedocs",
"ci:version": "changeset version",
"ci:publish": "changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",