File tree 2 files changed +8
-6
lines changed 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
https://github.com/rcaught/heroku-buildpack-cmake#e4e2c9e
2
2
https://github.com/alexcrichton/heroku-buildpack-rust#ca218b5
3
+ https://github.com/heroku/heroku-buildpack-nodejs#yarn
3
4
https://github.com/tonycoco/heroku-buildpack-ember-cli#3be749b
4
5
https://github.com/ryandotsmith/nginx-buildpack.git#af813ba
Original file line number Diff line number Diff line change 7
7
"test" : " tests"
8
8
},
9
9
"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"
16
17
},
17
18
"repository" : " " ,
18
19
"engines" : {
You can’t perform that action at this time.
0 commit comments