Skip to content

Commit

Permalink
fix: adds back update functionality on npm versions of release
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Nov 5, 2019
1 parent baa40cd commit 530e73c
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 530e73c

Please sign in to comment.