Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/coordinate-se…
Browse files Browse the repository at this point in the history
…arch
  • Loading branch information
antoniave committed Dec 4, 2024
2 parents 62c3b6f + 89885c7 commit e866b75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo '--- check code style ---'
pnpm exec lint-staged

echo '--- run typescript check ---'
#pnpm check-types
pnpm check-types

echo '--- run tests ---'
# CI=1 disallows `.only` in tests
# --changed only runs the tests affected by changed files
#CI=1 pnpm exec vitest run --changed --passWithNoTests
CI=1 pnpm exec vitest run --changed --passWithNoTests
1 change: 1 addition & 0 deletions src/samples/showcase/showcase-app/demos/SimpleDemos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { MAP_ID } from "../MapConfigProviderImpl";
import { Button, Flex } from "@open-pioneer/chakra-integration";
import { Projection } from "ol/proj";
import { NotificationService } from "@open-pioneer/notifier";
import { useState } from "react";

export function createCoordinateViewerDemo({ intl }: SharedDemoOptions): Demo {
return {
Expand Down

0 comments on commit e866b75

Please sign in to comment.