Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Aug 4, 2024
1 parent 7ddee54 commit 7272f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "concurrently 'ember serve' 'pnpm _syncPnpm --watch' --names 'tests serve,tests sync deps'",
"test:ember": "ember test",
"test:ember": "pnpm _syncPnpm && ember test",
"test:all": "ember try:each"
},
"dependencies": {
Expand Down

0 comments on commit 7272f11

Please sign in to comment.