Skip to content

Commit 2defd96

Browse files
committed
chore: update the root test command
This was a copy and paste error that was fixed.
1 parent 1d86cfd commit 2defd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "pnpm run --recursive build",
1313
"clean": "pnpm run --recursive clean",
14-
"test": "pnpm run --recursive clean",
14+
"test": "pnpm run --recursive test",
1515
"prelint": "pnpm build",
1616
"lint": "pnpm run --recursive lint",
1717
"prelint:fix": "pnpm build",

0 commit comments

Comments
 (0)