Skip to content

Commit fea14fb

Browse files
committed
build: update test command to use run flag
1 parent 0afc5ed commit fea14fb

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
@@ -9,7 +9,7 @@
99
"build": "tsc -noEmit -skipLibCheck && bun lint && node esbuild.config.mjs production",
1010
"version": "node version-bump.mjs && git add manifest.json versions.json",
1111
"semantic-release": "semantic-release",
12-
"test": "vitest --passWithNoTests"
12+
"test": "vitest run --passWithNoTests"
1313
},
1414
"keywords": [],
1515
"author": "Christian B. B. Houmann",

0 commit comments

Comments
 (0)