Skip to content

Commit

Permalink
Revisits turbo structure and makes all packages @neo4j-cypher (#119)
Browse files Browse the repository at this point in the history
* Revisits turbo structure

* Renames every package to be @neo4j-cypher

* Disables the react-codemirror GitHub Action

* Renames the artifact of the language server
  • Loading branch information
ncordon authored Oct 19, 2023
1 parent 85190d5 commit f51e388
Show file tree
Hide file tree
Showing 30 changed files with 298 additions and 1,505 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
if: always()
with:
name: playwright-report
path: packages/react-codemirror-experimental/playwright-report/
path: packages/react-codemirror/playwright-report/
retention-days: 30
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish react-editor-experimental package to npm
name: Publish react-codemirror package to npm

on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
# push:
# branches: ['main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -36,5 +36,5 @@ jobs:
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
package: 'packages/react-codemirror-experimental/package.json'
package: 'packages/react-codemirror/package.json'
access: 'restricted'
Loading

0 comments on commit f51e388

Please sign in to comment.