[packages/*][s]: add prepublish script to build first
This commit is contained in:
5
.changeset/cyan-bugs-boil.md
Normal file
5
.changeset/cyan-bugs-boil.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/remark-callouts': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix: missing files in the published package.
|
||||||
5
.changeset/happy-planets-complain.md
Normal file
5
.changeset/happy-planets-complain.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/remark-embed': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix: missing files in the published package.
|
||||||
5
.changeset/nervous-trains-know.md
Normal file
5
.changeset/nervous-trains-know.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/components': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix: missing files in the published package.
|
||||||
5
.changeset/sharp-goats-add.md
Normal file
5
.changeset/sharp-goats-add.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/remark-wiki-link': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix: missing files in the published package.
|
||||||
5
.changeset/slow-books-destroy.md
Normal file
5
.changeset/slow-books-destroy.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/core': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix: missing files in the published package.
|
||||||
@@ -16,6 +16,9 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prepublish": "nx build core"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prepublish": "nx build remark-callouts"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prepublish": "nx build remark-embed"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -23,6 +23,9 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prepublish": "nx build remark-wiki-link"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user