File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11https://github.com/rcaught/heroku-buildpack-cmake#e4e2c9e
22https://github.com/alexcrichton/heroku-buildpack-rust#ca218b5
3+ https://github.com/heroku/heroku-buildpack-nodejs#yarn
34https://github.com/tonycoco/heroku-buildpack-ember-cli#3be749b
45https://github.com/ryandotsmith/nginx-buildpack.git#af813ba
Original file line number Diff line number Diff line change 77 "test" : " tests"
88 },
99 "scripts" : {
10- "build" : " ember build" ,
11- "start" : " ember server" ,
12- "start:local" : " ember server --proxy http://127.0.0.1:8888" ,
13- "start:staging" : " ember server --proxy https://staging-crates-io.herokuapp.com" ,
14- "start:live" : " ember server --proxy https://crates.io" ,
15- "test" : " ember test"
10+ "build" : " yarn run ember build" ,
11+ "start" : " yarn run ember server" ,
12+ "start:local" : " yarn run ember server --proxy http://127.0.0.1:8888" ,
13+ "start:staging" : " yarn run ember server --proxy https://staging-crates-io.herokuapp.com" ,
14+ "start:live" : " yarn run ember server --proxy https://crates.io" ,
15+ "test" : " yarn run ember test" ,
16+ "ember" : " ember"
1617 },
1718 "repository" : " " ,
1819 "engines" : {
You can’t perform that action at this time.
0 commit comments