Skip to content

Commit dc7de32

Browse files
committed
Remove example index from format command
No longer required
1 parent 3db8ac4 commit dc7de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"analyze": "size-limit --why",
2929
"storybook": "start-storybook -p 6006",
3030
"build-storybook": "build-storybook --no-dll",
31-
"format": "prettier --write '**/{src,test,stories}/**/{*.js,*.ts,*.tsx,*.json,*.md,*.mdx}' example/index.tsx",
31+
"format": "prettier --write '**/{src,test,stories}/**/{*.js,*.ts,*.tsx,*.json,*.md,*.mdx}'",
3232
"deploy-storybook": "storybook-to-ghpages",
3333
"generate": "plop --plopfile ./generators/plopfile.js"
3434
},

0 commit comments

Comments
 (0)