Skip to content

Commit

Permalink
build: add chromatic script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jojomatik committed Jul 10, 2022
1 parent 04a3f87 commit c224d87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"semantic-release": "semantic-release",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"chromatic": "npx chromatic"
},
"dependencies": {
"apexcharts": "^3.35.3",
Expand Down

0 comments on commit c224d87

Please sign in to comment.