We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574ea5f commit 2b97d88Copy full SHA for 2b97d88
package.json
@@ -58,7 +58,7 @@
58
"lint:fix": "eslint . --fix",
59
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' -r test && pnpm --filter example-app-cucumber -r test",
60
"test:knip": "knip",
61
- "test:engines": "pnpm installed-check --no-workspaces --engine-no-dev",
+ "test:engines": "pnpm installed-check --no-workspaces --ignore-dev",
62
"test:types": "vue-tsc --noEmit",
63
"test:unit": "vitest test/unit --run",
64
"build": "unbuild",
0 commit comments