Skip to content

Commit

Permalink
chore: exit
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 12, 2024
1 parent b48a439 commit 7ae59ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
"test": "aegir test",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false",
"test:node": "aegir test -t node --cov",
"test:chrome": "aegir test -t browser --cov",
"test:chrome-webworker": "aegir test -t webworker",
"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node --cov -- --exit",
"test:chrome": "aegir test -t browser --cov -- --exit",
"test:chrome-webworker": "aegir test -t webworker --exit",
"test:firefox": "aegir test -t browser -- --browser firefox --exit",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox --exit",
"lint": "aegir lint",
"lint:fix": "aegir lint --fix",
"clean": "aegir clean",
Expand Down

0 comments on commit 7ae59ee

Please sign in to comment.