Skip to content

Commit

Permalink
Pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Nov 23, 2024
1 parent 4ca5b0c commit 9b7e98e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./frontend/customer/coverage
flags: frontend-customer
fail_ci_if_error: true
fail_ci_if_error: true
8 changes: 4 additions & 4 deletions frontend/customer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customer",
"version": "0.0.0",
"name": "customer-frontend",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,14 +17,14 @@
},
"dependencies": {
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@pinia/testing": "^0.1.7",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "2.1.5",
"@vitest/eslint-plugin": "1.1.10",
Expand Down
4 changes: 2 additions & 2 deletions frontend/customer/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b7e98e

Please sign in to comment.