Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 9347d0a

Browse files
committed
fix: create npm tarball as part of semantic-release
1 parent fed9277 commit 9347d0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"semantic-release": "^15.13.3"
2424
},
2525
"release": {
26-
"npmPublish": false
26+
"npmPublish": false,
27+
"tarballDir": "."
2728
}
2829
}

0 commit comments

Comments
 (0)