Skip to content

Commit 5b7ad81

Browse files
committed
Fix command name.
1 parent 0c66868 commit 5b7ad81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:jest": "jest",
2020
"test:prettier": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,mdx,html}\" --list-different",
2121
"format": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,mdx,html}\" --write",
22-
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle --jsx React.createElement && yarn changeset release"
22+
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle --jsx React.createElement && yarn changeset publish"
2323
},
2424
"devDependencies": {
2525
"@babel/preset-typescript": "^7.12.7",

0 commit comments

Comments
 (0)