Skip to content

Commit

Permalink
Merge pull request #856 from snyk/fix/update-blocker-on-npm-final
Browse files Browse the repository at this point in the history
fix: adds back update functionality on npm versions of release
  • Loading branch information
thisislawatts committed Nov 5, 2019
2 parents 9605c53 + 530e73c commit ad89f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"//": "removes the file we use to identify a build as a standalone binary",
"path": "@semantic-release/exec",
"cmd": "echo 'Demonstrate that the dist/STANDALONE file is removed prior to publication'"
"cmd": "rm dist/STANDALONE"
}
],
"publish": [
Expand Down

0 comments on commit ad89f10

Please sign in to comment.