Skip to content

Commit

Permalink
chore: run tests only in the test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Jul 28, 2023
1 parent 91839dd commit fa3abe2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint . --ext .js,.ts",
"start": "yarn workspace site start",
"test": "lerna run --parallel test -- --test-port=",
"test:all": "yarn workspaces run test:all",
"try:one": "yarn workspaces run try:one"
"test": "yarn workspace test-app run test",
"try:one": "yarn workspace test-app run try:one"
},
"resolutions": {
"@ember/test-waiters": "^3.0.2"
Expand Down

0 comments on commit fa3abe2

Please sign in to comment.