Skip to content

Commit e271b63

Browse files
committed
chore: update example command
1 parent 021824d commit e271b63

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
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"lint": "eslint .",
3434
"lint:fix": "eslint . --fix",
35-
"test:examples": "pnpm -r test --filter !nuxt-app-cucumber && pnpm -r test --filter nuxt-app-cucumber",
35+
"test:examples": "pnpm -r test --filter !example-app-cucumber && pnpm -r test --filter example-app-cucumber",
3636
"test:types": "vue-tsc --noEmit",
3737
"test:unit": "vitest test/unit --run",
3838
"prepack": "unbuild",

0 commit comments

Comments
 (0)