Skip to content

Commit e271b63

Browse files
committedApr 17, 2024··
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

+1-1
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)
Please sign in to comment.