Skip to content

Commit

Permalink
Fix dependency update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrohr committed Jul 21, 2023
1 parent 78c9afc commit df4847c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --coverage",
"test:unit": "vitest --run --coverage",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
Expand Down

0 comments on commit df4847c

Please sign in to comment.