Skip to content

Commit 94aeef5

Browse files
committed
fix(prepublish): re-enabled the pre-publish build
1 parent 288d2fb commit 94aeef5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"preversion": "npm test",
1515
"commitmsg": "commitlint -e",
1616
"precommit": "npm test",
17-
"presemantic-release": "npm run build",
18-
"semantic-release": "semantic-release",
17+
"prepublishOnly": "npm run build",
1918
"greenkeeper:update-lockfile": "greenkeeper-lockfile-update",
2019
"greenkeeper:upload-lockfile": "greenkeeper-lockfile-upload"
2120
},

0 commit comments

Comments
 (0)