setup releasing in CI

This commit is contained in:
itsMapleLeaf
2022-07-22 17:10:14 -05:00
committed by Darius
parent 1e527993e5
commit c93815b9f9
5 changed files with 38 additions and 9 deletions

View File

@@ -5,9 +5,9 @@
"lint": "eslint --ext js,ts,tsx .",
"lint-fix": "pnpm lint -- --fix",
"format": "prettier --write .",
"release": "pnpm -C packages/reacord run release",
"build": "pnpm -C packages/website run build",
"start": "pnpm -C packages/website run start"
"build": "pnpm -r run build",
"start": "pnpm -C packages/website run start",
"release": "pnpm run build && changeset release"
},
"devDependencies": {
"@changesets/cli": "^2.24.0",