Skip to content

Commit ee6edb2

Browse files
committed
ci(package.json): arghhhh add back missing semantic-release script
1 parent 047d11e commit ee6edb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"precommit": "npm run lint && flow",
1919
"prepush": "npm test",
2020
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
21+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
2122
"open:coverage": "open coverage/lcov-report/index.html"
2223
},
2324
"config": {

0 commit comments

Comments
 (0)