Skip to content

Commit 2b97d88

Browse files
committed
chore: update installed-check flag
1 parent 574ea5f commit 2b97d88

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
@@ -58,7 +58,7 @@
5858
"lint:fix": "eslint . --fix",
5959
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' -r test && pnpm --filter example-app-cucumber -r test",
6060
"test:knip": "knip",
61-
"test:engines": "pnpm installed-check --no-workspaces --engine-no-dev",
61+
"test:engines": "pnpm installed-check --no-workspaces --ignore-dev",
6262
"test:types": "vue-tsc --noEmit",
6363
"test:unit": "vitest test/unit --run",
6464
"build": "unbuild",

0 commit comments

Comments
 (0)