Skip to content

Commit

Permalink
remove redundant patch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 24, 2024
1 parent d9cd4b1 commit 9ddef94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "storybook build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint . && prettier --check \"src/**/*.mdx\"",
"format": "eslint . --fix && prettier --write \"src/**/*.mdx\"",
"postinstall": "node scripts/patch-sb-csf.js"
"format": "eslint . --fix && prettier --write \"src/**/*.mdx\""
},
"dependencies": {
"@repo/ui": "workspace:*"
Expand Down
15 changes: 0 additions & 15 deletions apps/storybook/scripts/patch-sb-csf.js

This file was deleted.

0 comments on commit 9ddef94

Please sign in to comment.