Skip to content

Commit e06e6a1

Browse files
committed
feat(home): add themed logo
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent aaafee1 commit e06e6a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+448
-221
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test: ## Run tests
2929
npm --prefix application run test:ci
3030

3131
ci: ## Run tests in CI mode
32-
npm --prefix application audit fix --force
32+
npm --prefix application audit fix --force || true
3333
cd application && npx update-browserslist-db@latest
3434
$(MAKE) lint-fix
3535
$(MAKE) build

0 commit comments

Comments
 (0)