Skip to content

Commit c8d2448

Browse files
committed
chore: add cypress scripts
1 parent 2828970 commit c8d2448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue-final-modal/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"build": "vue-tsc --noEmit && vite build && vue-tsc -p tsconfig.build-dts.json --declaration --emitDeclarationOnly",
2727
"test": "vitest run",
2828
"coverage": "vitest run --coverage",
29-
"cypress:open": "cypress open",
29+
"cypress:open": "cypress open --browser chrome --component",
30+
"cypress:run": "cypress run --browser chrome --component",
3031
"typecheck": "vue-tsc --noEmit",
3132
"release": "pnpm build && pnpm test && release-it"
3233
},

0 commit comments

Comments
 (0)