We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021824d commit e271b63Copy full SHA for e271b63
package.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"lint": "eslint .",
34
"lint:fix": "eslint . --fix",
35
- "test:examples": "pnpm -r test --filter !nuxt-app-cucumber && pnpm -r test --filter nuxt-app-cucumber",
+ "test:examples": "pnpm -r test --filter !example-app-cucumber && pnpm -r test --filter example-app-cucumber",
36
"test:types": "vue-tsc --noEmit",
37
"test:unit": "vitest test/unit --run",
38
"prepack": "unbuild",
0 commit comments