feat: add digital clock input and time converter integration
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run src/__tests__/BerlinClock.test.tsx",
|
||||
"test": "vitest run src/__tests__/*",
|
||||
"format": "eslint . --fix && prettier --write .",
|
||||
"e2e": "cypress run",
|
||||
"ci": "npm run format && npm run test && npm run e2e"
|
||||
|
||||
Reference in New Issue
Block a user