Skip to content

Commit

Permalink
Add missing changeset publish part of release script
Browse files Browse the repository at this point in the history
  • Loading branch information
danoc committed Dec 19, 2020
1 parent 23d1bf8 commit 4a36982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:jest": "jest --coverage",
"test:prettier": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --list-different",
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --write",
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle"
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle && yarn changeset publish"
},
"dependencies": {
"copy-to-clipboard": "^3.3.1"
Expand Down

0 comments on commit 4a36982

Please sign in to comment.