File tree Expand file tree Collapse file tree
packages/ember-cli-mirage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 },
2626 "scripts" : {
2727 "build" : " ember build --environment=production" ,
28- "lint" : " concurrently \" npm :lint:*(!fix)\" --names \" lint:\" " ,
28+ "lint" : " concurrently \" pnpm :lint:*(!fix)\" --names \" lint:\" " ,
2929 "lint:css" : " stylelint \" **/*.css\" " ,
30- "lint:css:fix" : " concurrently \" npm :lint:css -- --fix\" " ,
31- "lint:fix" : " concurrently \" npm :lint:*:fix\" --names \" fix:\" " ,
30+ "lint:css:fix" : " concurrently \" pnpm :lint:css -- --fix\" " ,
31+ "lint:fix" : " concurrently \" pnpm :lint:*:fix\" --names \" fix:\" " ,
3232 "lint:hbs" : " ember-template-lint ." ,
3333 "lint:hbs:fix" : " ember-template-lint . --fix" ,
3434 "lint:js" : " eslint . --cache" ,
3535 "lint:js:fix" : " eslint . --fix" ,
3636 "start" : " ember serve" ,
37- "test" : " concurrently \" npm :lint\" \" npm :test:*\" --names \" lint,test:\" " ,
37+ "test" : " concurrently \" pnpm :lint\" \" pnpm :test:*\" --names \" lint,test:\" " ,
3838 "test:ember" : " ember test" ,
3939 "test:ember-compatibility" : " ember try:each" ,
4040 "test:types" : " tsc --project types-tests"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module.exports = async function () {
5151 name : 'ember-lts-5.4' ,
5252 npm : {
5353 devDependencies : {
54- 'ember-data' : '~5.4 .0' ,
54+ 'ember-data' : '~5.3 .0' ,
5555 'ember-source' : '~5.4.0' ,
5656 } ,
5757 } ,
You can’t perform that action at this time.
0 commit comments