We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff3bbb commit 44f6bd3Copy full SHA for 44f6bd3
package.json
@@ -57,7 +57,7 @@
57
"lint": "eslint .",
58
"lint:fix": "eslint . --fix",
59
"test": "pnpm test:types && pnpm test:unit && pnpm test:examples",
60
- "test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' --filter '!example-app-bun' -r test && pnpm --filter example-app-cucumber -r test",
+ "test:examples": "pnpm --filter '!@nuxt/test-utils' --filter '!example-app-cucumber' --filter '!example-app-jest' --filter '!example-app-bun' -r test && pnpm --filter example-app-cucumber -r test",
61
"test:knip": "knip",
62
"test:engines": "pnpm installed-check --no-workspaces --ignore-dev",
63
"test:types": "vue-tsc --noEmit",
0 commit comments