Skip to content

Commit

Permalink
fix: ensure build package is built in CI before being published
Browse files Browse the repository at this point in the history
  • Loading branch information
duniul committed Jul 9, 2023
1 parent 63fc8e9 commit 671086d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
"changelog": ["changesets-changelog-clean", { "repo": "duniul/clean-modules", "inline": true }],
"changelog": ["changesets-changelog-clean", { "repo": "duniul/clean-modules" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 5 additions & 0 deletions .changeset/happy-lobsters-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clean-modules': patch
---

Include `dist` in package 🙈
2 changes: 1 addition & 1 deletion src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export const sharedDefaultOptions: Required<SharedOptions> = {
directory: path.resolve(process.cwd(), 'node_modules'),
globFile: '.cleanmodules',
noDefaults: false,
globs: undefined,
globs: [],
};

0 comments on commit 671086d

Please sign in to comment.