Skip to content

Commit 94e15e9

Browse files
author
WesleyCharlesBlake
committed
fix(semver): do not publish to npm
1 parent 9e51464 commit 94e15e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
"files": [
3434
"dist/babel/src"
3535
],
36+
"release": {
37+
"verifyConditions": [
38+
"@semantic-release/github"
39+
],
40+
"prepare": [
41+
"@semantic-release/npm"
42+
],
43+
"publish": [
44+
"@semantic-release/github"
45+
],
46+
"npmPublish": false
47+
},
3648
"repository": {
3749
"type": "git",
3850
"url": "git+https://github.com/poetapp/node.git"

0 commit comments

Comments
 (0)