[core][xs]: specify folder to publish

This commit is contained in:
olayway 2023-06-07 13:57:33 +02:00
parent 1ad9b85e02
commit 247b2412d6
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@portaljs/core': patch
---
Fix what's getting published to npm by specifying `files` in package.json.

View File

@ -16,6 +16,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"type": "module",
"main": "./dist/index.js",
"dependencies": {