Skip to content

Commit 0111867

Browse files
committed
build: fix sementic-release
1 parent 2146c5c commit 0111867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"test": "npm run coverage && npm run lint && npm run flow",
7474
"link": "yarn build && yarn link graphql-compose && yarn link",
7575
"unlink": "yarn unlink graphql-compose && yarn add graphql-compose",
76-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
76+
"semantic-release": "semantic-release"
7777
}
7878
}

0 commit comments

Comments
 (0)