Skip to content

Commit

Permalink
Revert "Let vitest automatically detect environment"
Browse files Browse the repository at this point in the history
This reverts commit 55c6027.

The automatic environment detection is broken in np.
  • Loading branch information
knpwrs committed Jan 19, 2023
1 parent d9c240d commit 49c387a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"check:eslint": "eslint src",
"check:prettier": "prettier --check src",
"check:ts": "tsc --noEmit",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest watch",
"prepack": "run-s clean build",
"np": "np"
},
Expand Down

0 comments on commit 49c387a

Please sign in to comment.