Skip to content

Commit

Permalink
Merge pull request #227 from WestpacGEL/fix/package-bundle
Browse files Browse the repository at this point in the history
remove stories from node package
  • Loading branch information
samithaf authored Oct 30, 2023
2 parents 17b55b0 + 02564bb commit 74a0721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"!stories",
"!vitest.setup.ts",
"!vitest.config.ts",
"!**/*.{test,spec}.{ts,tsx,js,jsx}"
"!**/*.{test,spec,stories}.{ts,tsx,js,jsx}"
],
"scripts": {
"dev": "pnpm build:watch",
Expand Down

0 comments on commit 74a0721

Please sign in to comment.