We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b2993 commit 2796648Copy full SHA for 2796648
package.json
@@ -19,7 +19,7 @@
19
"postinstall": "pnpm lint:ws",
20
"typecheck": "turbo run typecheck",
21
"ui-add": "turbo run ui-add",
22
- "release": "turbo run publish",
+ "release": "changeset version && changeset publish",
23
"knip": "knip"
24
},
25
"devDependencies": {
packages/squircle-element-react/package.json
@@ -12,8 +12,7 @@
12
"clean": "rm -rf .turbo dist node_modules",
13
"format": "prettier --check . --ignore-path ../../.gitignore",
14
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
15
- "lint": "eslint",
16
- "publish": "changeset publish"
+ "lint": "eslint"
17
18
"prettier": "@squircle-js/prettier-config",
"dependencies": {
0 commit comments