Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit fa5e21b

Browse files
authored
fix: publish dist directory (#12)
Adds the `publishConfig` field to package.json so we publish the correct directory.
1 parent 5d86043 commit fa5e21b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"sourceType": "module"
4444
}
4545
},
46+
"publishConfig": {
47+
"directory": "dist"
48+
},
4649
"scripts": {
4750
"clean": "rimraf dist types",
4851
"prepare": "aegir build --no-bundle && cp -R types dist",

0 commit comments

Comments
 (0)