[core][xs]: specify folder to publish
This commit is contained in:
parent
1ad9b85e02
commit
247b2412d6
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": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user