Skip to content

Commit

Permalink
Merge pull request #2 from reactioncommerce/fix-aldeed-linux-shebang
Browse files Browse the repository at this point in the history
fix: use Ubuntu-compatible Node shebang
  • Loading branch information
focusaurus authored Feb 10, 2020
2 parents 6190953 + a6ff238 commit fbee477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"access": "public"
},
"release": {
"branches": ["trunk"]
"branches": [
"trunk"
]
}
}
3 changes: 2 additions & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node --no-warnings --experimental-modules --experimental-json-modules
#!/bin/sh
':' //; exec node --no-warnings --experimental-modules --experimental-json-modules "$0" "$@"

const log = require("./util/log.js");

Expand Down

0 comments on commit fbee477

Please sign in to comment.