Merge branch 'main' into feature/lucide-icons-and-backwards-compatible

This commit is contained in:
Niels Lyngsø
2023-11-06 11:27:33 +00:00
committed by GitHub
21 changed files with 72 additions and 22 deletions

View File

@@ -101,7 +101,7 @@
"auth:test:e2e": "npx playwright test --config apps/auth/",
"backoffice:test:e2e": "npx playwright test",
"test:e2e": "npm run auth:test:e2e && npm run backoffice:test:e2e",
"lint": "eslint src apps e2e",
"lint": "eslint src",
"lint:errors": "npm run lint -- --quiet",
"lint:fix": "npm run lint -- --fix",
"format": "prettier 'src/**/*.ts' -- check",