Skip to content

Commit

Permalink
fix: update blocker on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Watts authored and thisislawatts committed Nov 4, 2019
1 parent 131bd2a commit 0d07932
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"//": "shasum all binaries",
"path": "@semantic-release/exec",
"cmd": "shasum -a 256 snyk-linux > snyk-linux.sha256 && shasum -a 256 snyk-macos > snyk-macos.sha256 && shasum -a 256 snyk-win.exe > snyk-win.exe.sha256 && shasum -a 256 snyk-alpine > snyk-alpine.sha256"
},
{
"//": "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'"
}
],
"publish": [
Expand Down

0 comments on commit 0d07932

Please sign in to comment.