Skip to content

Commit 2796648

Browse files
Publish fix
1 parent 26b2993 commit 2796648

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postinstall": "pnpm lint:ws",
2020
"typecheck": "turbo run typecheck",
2121
"ui-add": "turbo run ui-add",
22-
"release": "turbo run publish",
22+
"release": "changeset version && changeset publish",
2323
"knip": "knip"
2424
},
2525
"devDependencies": {

packages/squircle-element-react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"clean": "rm -rf .turbo dist node_modules",
1313
"format": "prettier --check . --ignore-path ../../.gitignore",
1414
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
15-
"lint": "eslint",
16-
"publish": "changeset publish"
15+
"lint": "eslint"
1716
},
1817
"prettier": "@squircle-js/prettier-config",
1918
"dependencies": {

0 commit comments

Comments
 (0)