Skip to content

Commit 54d874f

Browse files
authored
fix(release): Select files to be included in released package (#4)
Add `dist` folder to the list of files to include when creating a package
1 parent 17e1e4a commit 54d874f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"author": "Thoralf Thelle <[email protected]>",
88
"license": "MIT",
99
"private": false,
10+
"files": ["/dist"],
1011
"jest": {
1112
"preset": "ts-jest",
1213
"testEnvironment": "node",

0 commit comments

Comments
 (0)