Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 7d3104f

Browse files
committed
run tests with --run
1 parent 287e27f commit 7d3104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"build": "tsup src/plugin.ts --clean --target node16 --format cjs,esm --dts --sourcemap",
19-
"test": "vitest",
19+
"test": "vitest --run",
2020
"prepublishOnly": "pnpm run build",
2121
"release": "pnpm install && np --no-cleanup"
2222
},

0 commit comments

Comments
 (0)