Skip to content

Commit

Permalink
Merge pull request #5 from cherryontech/feat/tts-40-chromatic
Browse files Browse the repository at this point in the history
feat: Add chromatic
  • Loading branch information
novellac authored Mar 20, 2023
2 parents b6ea459 + 0865ddf commit 62b9823
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 27 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test:unit": "vitest --environment jsdom --root src/",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=125161d52981"
},
"dependencies": {
"vue": "^3.2.45"
Expand All @@ -29,6 +30,7 @@
"@vue/test-utils": "^2.2.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"chromatic": "^6.17.2",
"eslint": "^8.22.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-vue": "^9.3.0",
Expand All @@ -39,5 +41,7 @@
"vite": "^4.0.0",
"vitest": "^0.25.6",
"vue-loader": "^16.8.3"
}
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}
Loading

1 comment on commit 62b9823

@vercel
Copy link

@vercel vercel bot commented on 62b9823 Mar 20, 2023

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.