Skip to content

Commit

Permalink
Publish graphing module to NPM (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 22, 2023
1 parent f743b33 commit ea6d3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
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

0 comments on commit ea6d3bd

Please sign in to comment.