[core][xs]: specify folder to publish
This commit is contained in:
5
.changeset/tasty-impalas-hug.md
Normal file
5
.changeset/tasty-impalas-hug.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@portaljs/core': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix what's getting published to npm by specifying `files` in package.json.
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
"files": ["dist"],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user