Skip to content

Commit

Permalink
remove first publish from publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cblgh committed Apr 17, 2020
1 parent 7db1e63 commit 2351c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

npm publish
# publish the mirrored `cabal-cli` repo
sed -i 's/"cabal"/"cabal-cli"/g' package.json
npm publish
sed -i 's/"cabal-cli"/"cabal"/g' package.json

0 comments on commit 2351c5e

Please sign in to comment.