[packages/*][s]: add prepublish script to build first
This commit is contained in:
parent
e0e720338f
commit
40d80d2282
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": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "nx build core"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "nx build remark-callouts"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
||||
@ -22,6 +22,9 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "nx build remark-embed"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
||||
@ -23,6 +23,9 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "nx build remark-wiki-link"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user