Skip to content

Commit 9fa3d0e

Browse files
committed
build: fix sementic-release
1 parent 029f84c commit 9fa3d0e

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
@@ -71,6 +71,6 @@
7171
"test": "npm run coverage && npm run lint && npm run flow",
7272
"link": "yarn build && yarn link graphql-compose && yarn link",
7373
"unlink": "yarn unlink graphql-compose && yarn add graphql-compose",
74-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
74+
"semantic-release": "semantic-release"
7575
}
7676
}

0 commit comments

Comments
 (0)