Skip to content

Commit

Permalink
cleaned up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaineng committed Mar 27, 2024
1 parent 3d09d74 commit 79b106b
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
/test-results/

#playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

*storybook.log

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"typescript": "5.1.3"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@chromatic-com/storybook": "^1.2.18",
"@playwright/test": "^1.42.1",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
Expand Down
99 changes: 91 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 79b106b

Please sign in to comment.