Skip to content

Commit ee9adcf

Browse files
author
Eli Skeggs
committed
ci(release): fix release self-test
1 parent 8d0ec82 commit ee9adcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "del dist && babel src -d dist",
1313
"lint": "eslint .",
1414
"prepublishOnly": "npm run build && if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
15-
"semantic-release": "semantic-release",
15+
"semantic-release": "npm run build && semantic-release",
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
1818
"author": "Eli Skeggs <[email protected]> (https://mixmax.com)",

0 commit comments

Comments
 (0)