Skip to content

Commit 4a36982

Browse files
committed
Add missing changeset publish part of release script
1 parent 23d1bf8 commit 4a36982

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
@@ -18,7 +18,7 @@
1818
"test:jest": "jest --coverage",
1919
"test:prettier": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --list-different",
2020
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --write",
21-
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle"
21+
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle && yarn changeset publish"
2222
},
2323
"dependencies": {
2424
"copy-to-clipboard": "^3.3.1"

0 commit comments

Comments
 (0)