We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin/heroku_install
sh
1 parent 0455925 commit 93761bdCopy full SHA for 93761bd
CHANGELOG.md
@@ -1,8 +1,11 @@
1
master
2
------
3
4
+* Execute `bin/heroku_install` through `sh` [#512]
5
* Generate `package.json` with `bower` as a `dependencies` value.
6
7
+[#512]: https://github.com/thoughtbot/ember-cli-rails/pull/512
8
+
9
0.8.3
10
-----
11
lib/generators/ember/heroku/templates/package.json.erb
@@ -1,6 +1,6 @@
{
"scripts": {
- "postinstall": "./bin/heroku_install"
+ "postinstall": "sh bin/heroku_install"
},
"dependencies": {
"bower": "*"
0 commit comments