Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jan 13, 2024
1 parent ef781ca commit b9f495e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\""
"test": "ember test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
Expand Down

0 comments on commit b9f495e

Please sign in to comment.