Skip to content

Commit

Permalink
add missing dependency and replace deprecated cypress command
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Flach authored and OrbisK committed Jun 27, 2022
1 parent 8210f0c commit 982558d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"cypress:open": "cypress open-ct",
"cypress:open": "cypress open --component",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "gh-pages -d storybook-static"
Expand All @@ -41,6 +41,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@mdx-js/react": "^2.1.2",
"@storybook/addon-actions": "^6.5.7",
"@storybook/addon-essentials": "^6.5.7",
"@storybook/addon-interactions": "^6.5.7",
Expand Down

0 comments on commit 982558d

Please sign in to comment.