Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore: publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Dec 31, 2020
1 parent e1c62ba commit a16cab1
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 @@ -30,7 +30,7 @@
"test:core": "jest",
"test:module": "yarn workspace @chakra-ui/nuxt test",
"test": "yarn test:core && yarn test:module",
"release": "changeset publish",
"release": "yarn changeset publish",
"clean": "lerna run clean",
"storybook": "cross-env STORYBOOK_VUE_DEV_TOOLS=1 start-storybook -p 9000",
"storybook:devtools": "vue-devtools",
Expand Down

1 comment on commit a16cab1

@vercel
Copy link

@vercel vercel bot commented on a16cab1 Dec 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.