Skip to content

Commit 94249b7

Browse files
committed
Fix test command
1 parent 675c083 commit 94249b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dev:build": "vite build demo",
1919
"dev:preview": "vite preview demo",
2020
"build": "premove dist && tsc && tsc -p tsconfig.cjs.json && node tools/postbuild.mjs",
21-
"test": "premove demo/node_modules && node --test test",
21+
"test": "premove demo/node_modules && node --test \"test/*.test.mjs\"",
2222
"prepublishOnly": "npm run build"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)