Skip to content

Commit

Permalink
Fix installation via Yarn - issue purescript#157
Browse files Browse the repository at this point in the history
  • Loading branch information
Dretch committed Mar 30, 2019
1 parent a7d6445 commit 89b1426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"type": "git",
"url": "https://github.com/spacchetti/spago.git"
},
"main": "index.js",
"files": [
"install.js",
"spago"
"spago.exe"
],
"scripts": {
"preinstall": "node ./install.js"
Expand Down
5 changes: 5 additions & 0 deletions npm/spago.exe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -e

echo "This is a stub that will be replaced on install. \
It is needed to workaround https://github.com/yarnpkg/yarn/issues/3421"

0 comments on commit 89b1426

Please sign in to comment.