Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Commit 6668a87

Browse files
committed
fix: add missing task in package.json
1 parent 702dc24 commit 6668a87

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
@@ -9,7 +9,7 @@
99
"postcommit": "git update-index --again",
1010
"prepublishOnly": "gflow release post",
1111
"gflow-release-pre": "",
12-
"semantic-release": "semantic-release",
12+
"semantic-release": "gflow release pre && semantic-release",
1313
"travis-deploy-once": "travis-deploy-once",
1414
"travis-coveralls": "nyc report --reporter=text-lcov | coveralls",
1515
"tslint": "tslint --project tsconfig.json",

0 commit comments

Comments
 (0)