nav updated

This commit is contained in:
Owen Rees
2023-06-09 16:50:32 +02:00
parent 4cf8566a59
commit 1ad2f1b306
19 changed files with 173 additions and 61 deletions
+4 -3
View File
@@ -7,9 +7,10 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
"test:e2e": "cypress run",
"test:component": "cypress run --component",
"test": "npm run test:component && npm run test:e2e",
"cypress": "cypress open"
},
"dependencies": {
"@types/node": "20.2.3",