Skip to content

Commit 2a3de9f

Browse files
committed
removes unnecessary arc package/config/release files
1 parent 28a776b commit 2a3de9f

File tree

8 files changed

+2
-1142
lines changed

8 files changed

+2
-1142
lines changed

.github/workflows/release-arc.yml

-33
This file was deleted.

.github/workflows/test-arc.yml

+1-6
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

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"starts-prod": "cross-env NODE_ENV=production webpack-dev-server --https --colors --config ./build_scripts/webpack.config.js",
4747
"test": "tsc --noEmit && yarn lint-quiet && yarn jest",
4848
"test-e2e": "npx concurrently --kill-others -n 'neo4j,cypress,browser' 'docker run --env NEO4J_AUTH=neo4j/newpassword -p7474:7474 -p7687:7687 neo4j:4.2.2' 'yarn wait-on-neo4j && yarn wait-on-dev && yarn e2e-local --env server=4.2' 'yarn && yarn start'",
49+
"test-arc": "jest src/neo4j-arc",
4950
"update-licenses": "sh ./scripts/generate_licenses.sh",
5051
"version-pom": "node ./scripts/set-pom-version.js -f ./pom.xml -v $npm_package_version",
5152
"version": "npm run version-pom && git add ./pom.xml",

src/neo4j-arc/README.md

-7
This file was deleted.

src/neo4j-arc/package.json

-75
This file was deleted.

src/neo4j-arc/rollup.config.js

-45
This file was deleted.

src/neo4j-arc/tsconfig.json

-13
This file was deleted.

0 commit comments

Comments
 (0)