Skip to content

Commit 3a4132c

Browse files
committed
Use [email protected] in v5.4 scenario
1 parent edc165f commit 3a4132c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/ember-cli-mirage/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
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"

packages/ember-cli-mirage/tests/dummy/config/ember-try.js

+1-1
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)