Skip to content

Commit

Permalink
Exclude docs from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Jan 17, 2025
1 parent 06de35b commit 6738447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"start:addon": "pnpm --filter ember-mobile-menu start --no-watch.clearScreen",
"start:docs": "pnpm --filter docs start",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
"test": "pnpm --filter '!docs' test",
"test:ember": "pnpm --filter '!docs' test:ember"
},
"devDependencies": {
"concurrently": "8.2.2",
Expand Down

0 comments on commit 6738447

Please sign in to comment.