back to the old script

This commit is contained in:
itsMapleLeaf
2022-07-22 22:19:48 -05:00
parent 52e587e70f
commit 8df7bc9baa
2 changed files with 12 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
"format": "prettier --write .",
"build": "pnpm -r run build",
"start": "pnpm -C packages/website run start",
"release": "pnpm run build && changeset publish"
"release": "pnpm -r run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.24.0",