Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AgataBialoskorska committed Mar 15, 2024
1 parent 687cd5c commit 02646ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"preview": "vite preview --port 5173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"cypress": "cypress open",
"e2e-open": "start-server-and-test dev http://localhost:5173 \"cypress open --e2e\"",
"e2e-run": "start-server-and-test dev http://localhost:5173 \"cypress run --e2e\""
"e2e-run": "start-server-and-test dev http://localhost:5173 \"cypress run --e2e\"",
"e2e-prod": "vite build && npm run e2e-run"
},
"dependencies": {
"axios": "1.6.7",
Expand All @@ -33,7 +34,6 @@
"eslint-plugin-vue": "9.22.0",
"prettier": "3.2.5",
"vite": "5.1.5",
"vue-devtools": "5.1.4",
"follow-redirects": ">=1.15.6"
}
}

0 comments on commit 02646ad

Please sign in to comment.