File tree 2 files changed +5
-5
lines changed
packages/ember-cli-mirage
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"scripts" : {
27
27
"build" : " ember build --environment=production" ,
28
- "lint" : " concurrently \" npm :lint:*(!fix)\" --names \" lint:\" " ,
28
+ "lint" : " concurrently \" pnpm :lint:*(!fix)\" --names \" lint:\" " ,
29
29
"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:\" " ,
32
32
"lint:hbs" : " ember-template-lint ." ,
33
33
"lint:hbs:fix" : " ember-template-lint . --fix" ,
34
34
"lint:js" : " eslint . --cache" ,
35
35
"lint:js:fix" : " eslint . --fix" ,
36
36
"start" : " ember serve" ,
37
- "test" : " concurrently \" npm :lint\" \" npm :test:*\" --names \" lint,test:\" " ,
37
+ "test" : " concurrently \" pnpm :lint\" \" pnpm :test:*\" --names \" lint,test:\" " ,
38
38
"test:ember" : " ember test" ,
39
39
"test:ember-compatibility" : " ember try:each" ,
40
40
"test:types" : " tsc --project types-tests"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module.exports = async function () {
51
51
name : 'ember-lts-5.4' ,
52
52
npm : {
53
53
devDependencies : {
54
- 'ember-data' : '~5.4 .0' ,
54
+ 'ember-data' : '~5.3 .0' ,
55
55
'ember-source' : '~5.4.0' ,
56
56
} ,
57
57
} ,
You can’t perform that action at this time.
0 commit comments