File tree Expand file tree Collapse file tree 3 files changed +2
-94
lines changed Expand file tree Collapse file tree 3 files changed +2
-94
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const funnel = require('broccoli-funnel');
7
7
module . exports = function ( defaults ) {
8
8
let app = new EmberApp ( defaults , {
9
9
rfcProcess : {
10
- textLocation : 'processed- rfcs' ,
10
+ textLocation : 'rfcs' ,
11
11
} ,
12
12
trees : {
13
13
public : mergeTrees ( [
Original file line number Diff line number Diff line change 12
12
},
13
13
"scripts" : {
14
14
"build" : " ember build --environment=production" ,
15
- "clone" : " rm -rf rfcs processed-rfcs && git clone https://github.com/emberjs/rfcs.git && node process-rfcs " ,
15
+ "clone" : " rm -rf rfcs && git clone https://github.com/emberjs/rfcs.git" ,
16
16
"lint" : " npm-run-all --aggregate-output --continue-on-error --parallel \" lint:!(fix)\" " ,
17
17
"lint:fix" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix" ,
18
18
"lint:hbs" : " ember-template-lint ." ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments