Skip to content

Commit 50d941d

Browse files
authored
Merge pull request #4 from cwoolum/feature/configure-publishing
fix(config): update npmrc
2 parents 918989e + 2f66b80 commit 50d941d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.npmrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"release": {
2+
"publish": [
3+
{
4+
"path": "@semantic-release/npm",
5+
"npmPublish": true,
6+
"pkgRoot": "dist"
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)