Skip to content

Commit

Permalink
chore: add script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 18, 2024
1 parent 1e17a21 commit 9f3cc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pnpm build

- name: Cypress run
run: pnpm run cy:components
run: pnpm run test

- name: Upload Cypress artifacts
if: failure()
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"dev": "vite build --watch",
"playground": "pnpm run --filter ./playground/vue dev",
"test": "pnpm run cy:components",
"build": "vite build ",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 9f3cc51

Please sign in to comment.