File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
ember-cli-fastboot-testing-app Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "build" : " ember build" ,
1515 "build:prod" : " ember build --environment=production" ,
16- "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*" ,
17- "lint:hbs" : " ember-template-lint ." ,
18- "lint:js" : " eslint ." ,
1916 "start" : " ember serve" ,
2017 "test" : " npm-run-all lint:* test:*" ,
2118 "test:ember" : " ember test"
Original file line number Diff line number Diff line change 1515 },
1616 "scripts" : {
1717 "build" : " ember build --environment=production" ,
18- "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*" ,
19- "lint:hbs" : " ember-template-lint ." ,
20- "lint:js" : " eslint ." ,
2118 "start" : " ember serve" ,
2219 "test" : " npm-run-all lint:* test:*" ,
2320 "test:ember" : " ember test" ,
You can’t perform that action at this time.
0 commit comments