Skip to content

Commit 402a3d4

Browse files
committed
ci: fix command
1 parent 3d2d902 commit 402a3d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"release": "bumpp -r",
1111
"lint": "eslint .",
1212
"lint:fix": "eslint . --fix",
13-
"build": "pnpm run --filter utils-ai build && pnpm run --filter utils-ai-vscode build"
13+
"build": "pnpm run --filter utils-ai build && pnpm run --filter utils-ai-vscode build",
14+
"test": "pnpm run -r test"
1415
},
1516
"devDependencies": {
1617
"@antfu/eslint-config": "1.0.0-beta.28",

0 commit comments

Comments
 (0)