Skip to content

Commit

Permalink
remove text script from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMcBurney committed Dec 4, 2023
1 parent 0e48e66 commit 374386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"storybook": "storybook dev -p 6006",
"dev": "concurrently \"pnpm storybook\" \"pnpm build:watch\"",
"build-storybook": "storybook build",
"prepublish": "pnpm test && pnpm build",
"prepublish": "pnpm build",
"test": "npx playwright test"
},
"dependencies": {
Expand Down

0 comments on commit 374386b

Please sign in to comment.