Skip to content

Commit 3109289

Browse files
committed
👌 IMPROVE: Release script
1 parent 87d5c2e commit 3109289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"clean": "turbo clean",
1616
"clean-all": "turbo clean && rm -rf node_modules",
1717
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
18-
"release": "turbo clean && turbo build && changeset publish",
18+
"release": "turbo clean && pnpm install && turbo build && changeset publish",
1919
"releaseDocs": "turbo build --filter=docs^... && changeset publish",
2020
"releasex": "turbo build && changeset publish",
2121
"prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",

0 commit comments

Comments
 (0)