Skip to content

Commit 3ead961

Browse files
committed
removes arc build/release configs and pipeline
1 parent 46b4d7e commit 3ead961

File tree

8 files changed

+2
-1130
lines changed

8 files changed

+2
-1130
lines changed

.github/workflows/release-arc.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/test-arc.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: 'Arc PR e2e tests'
22

3-
defaults:
4-
run:
5-
working-directory: src/neo4j-arc
6-
73
on:
84
pull_request:
95
branches:
@@ -18,5 +14,4 @@ jobs:
1814
node-version-file: '.nvmrc'
1915
- run: npm -g install yarn
2016
- run: yarn install --frozen-lockfile
21-
- run: yarn test
22-
- run: yarn build
17+
- run: yarn test-arc

src/browser/modules/Stream/CypherFrame/VisualizationView/PropertiesPanelContent/DetailsPane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { ClipboardCopier, PropertiesTable, upperFirst } from 'neo4j-arc/common'
2424
import { StyleableNodeLabel } from './StyleableNodeLabel'
2525
import { StyleableRelType } from './StyleableRelType'
2626
import { PaneBody, PaneHeader, PaneTitle, PaneWrapper } from './styled'
27-
import { DetailsPaneProps } from 'neo4j-arc'
27+
import { DetailsPaneProps } from 'neo4j-arc/graph-visualization'
2828

2929
export const DETAILS_PANE_STEP_SIZE = 1000
3030
export function DetailsPane({

src/neo4j-arc/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/neo4j-arc/package.json

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/neo4j-arc/rollup.config.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/neo4j-arc/tsconfig.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)