Skip to content

Commit 112532f

Browse files
committed
run tests only on the app, not the workspace package
1 parent e9d954d commit 112532f

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
@@ -19,7 +19,7 @@
1919
"lint": "eslint",
2020
"serve": "node src/cli.js",
2121
"url": "node src/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet",
22-
"test": "vitest run"
22+
"test": "vitest run --dir test"
2323
},
2424
"dependencies": {
2525
"highlight.js": "11.10.0",

0 commit comments

Comments
 (0)