diff --git a/.changeset/cyan-bugs-boil.md b/.changeset/cyan-bugs-boil.md new file mode 100644 index 00000000..60af9628 --- /dev/null +++ b/.changeset/cyan-bugs-boil.md @@ -0,0 +1,5 @@ +--- +'@portaljs/remark-callouts': patch +--- + +Fix: missing files in the published package. diff --git a/.changeset/happy-planets-complain.md b/.changeset/happy-planets-complain.md new file mode 100644 index 00000000..d690bb1e --- /dev/null +++ b/.changeset/happy-planets-complain.md @@ -0,0 +1,5 @@ +--- +'@portaljs/remark-embed': patch +--- + +Fix: missing files in the published package. diff --git a/.changeset/nervous-trains-know.md b/.changeset/nervous-trains-know.md new file mode 100644 index 00000000..936bbbdb --- /dev/null +++ b/.changeset/nervous-trains-know.md @@ -0,0 +1,5 @@ +--- +'@portaljs/components': patch +--- + +Fix: missing files in the published package. diff --git a/.changeset/sharp-goats-add.md b/.changeset/sharp-goats-add.md new file mode 100644 index 00000000..8a12812d --- /dev/null +++ b/.changeset/sharp-goats-add.md @@ -0,0 +1,5 @@ +--- +'@portaljs/remark-wiki-link': patch +--- + +Fix: missing files in the published package. diff --git a/.changeset/slow-books-destroy.md b/.changeset/slow-books-destroy.md new file mode 100644 index 00000000..087768f1 --- /dev/null +++ b/.changeset/slow-books-destroy.md @@ -0,0 +1,5 @@ +--- +'@portaljs/core': patch +--- + +Fix: missing files in the published package. diff --git a/packages/core/package.json b/packages/core/package.json index 026f57a0..0a27ee8a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -16,6 +16,9 @@ "publishConfig": { "access": "public" }, + "scripts": { + "prepublish": "nx build core" + }, "files": [ "dist" ], diff --git a/packages/remark-callouts/package.json b/packages/remark-callouts/package.json index 198103cc..1812b813 100644 --- a/packages/remark-callouts/package.json +++ b/packages/remark-callouts/package.json @@ -24,6 +24,9 @@ "publishConfig": { "access": "public" }, + "scripts": { + "prepublish": "nx build remark-callouts" + }, "files": [ "dist" ], diff --git a/packages/remark-embed/package.json b/packages/remark-embed/package.json index 996cdf50..2d4138f1 100644 --- a/packages/remark-embed/package.json +++ b/packages/remark-embed/package.json @@ -22,6 +22,9 @@ "publishConfig": { "access": "public" }, + "scripts": { + "prepublish": "nx build remark-embed" + }, "files": [ "dist" ], diff --git a/packages/remark-wiki-link/package.json b/packages/remark-wiki-link/package.json index 14f94883..4501aab7 100644 --- a/packages/remark-wiki-link/package.json +++ b/packages/remark-wiki-link/package.json @@ -23,6 +23,9 @@ "publishConfig": { "access": "public" }, + "scripts": { + "prepublish": "nx build remark-wiki-link" + }, "files": [ "dist" ],