From ea6d3bd7c8c85c1dc68f71db2ab88fa5488c8601 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 19 Nov 2023 15:37:53 +0800 Subject: [PATCH] Publish graphing module to NPM (#17) --- .github/workflows/release-arc.yml | 8 +------- src/neo4j-arc/package.json | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-arc.yml b/.github/workflows/release-arc.yml index 9344a838f06..bd6e49517be 100644 --- a/.github/workflows/release-arc.yml +++ b/.github/workflows/release-arc.yml @@ -10,21 +10,15 @@ on: - master jobs: build: - if: github.repository != 'QubitPi/neo4j-browser' runs-on: ubuntu-latest - environment: Publish steps: - uses: actions/checkout@v2 with: - repository: neo4j/neo4j-browser - # Setup .npmrc file to publish to npm + repository: QubitPi/neo4j-browser - uses: actions/setup-node@v2 with: registry-url: 'https://registry.npmjs.org' - # Defaults to the user or organization that owns the workflow file - scope: '@neo4j-devtools' - run: npm -g install yarn - # - run: yarn test - run: yarn install --frozen-lockfile - run: yarn build - uses: JS-DevTools/npm-publish@v1 diff --git a/src/neo4j-arc/package.json b/src/neo4j-arc/package.json index 012832938da..f1614469ee3 100644 --- a/src/neo4j-arc/package.json +++ b/src/neo4j-arc/package.json @@ -1,6 +1,6 @@ { - "name": "@neo4j-devtools/arc", - "version": "0.0.47", + "name": "neo4j-devtools-arc", + "version": "0.0.49", "main": "dist/neo4j-arc.js", "author": "Neo4j Inc.", "license": "GPL-3.0",