Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
AvramenkoMarina committed Nov 7, 2024
1 parent e7f5dce commit 9ed2c33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"builds": [
{
"src": "package.json",
"use": "@vercel/node"
}
],
"env": {
"CYPRESS_CACHE_FOLDER": ".vercel/cache/cypress"
},
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"format": "prettier --write './src/**/*.{ts,tsx}'",
"lint": "npm run style-format && npm run format && npm run lint-js && npm run lint-css",
"update": "mate-scripts update",
"postinstall": "npm run update && cypress verify",
"postinstall": "npm run update && npm run cypress:run",
"predeploy": "npm run build",
"deploy": "mate-scripts deploy",
"cypress:run": "cypress run --headless"
Expand Down

0 comments on commit 9ed2c33

Please sign in to comment.