Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish graphing module to NPM #17

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/release-arc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/neo4j-arc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down