From 966e91ec686f08e0452ecab17e9a6adea4f6d3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Cord=C3=B3n?= Date: Wed, 25 Oct 2023 14:35:18 +0100 Subject: [PATCH] Publishes from main (#129) --- .github/workflows/publish-npm-packages.yaml | 6 +++--- packages/language-server/package.json | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-npm-packages.yaml b/.github/workflows/publish-npm-packages.yaml index 26e8bcaf..e15ae25b 100644 --- a/.github/workflows/publish-npm-packages.yaml +++ b/.github/workflows/publish-npm-packages.yaml @@ -2,7 +2,7 @@ name: Publish packages to npm on: push: - branches: ['publishing'] + branches: ['main'] env: NODE_OPTIONS: '--max_old_space_size=4096' @@ -33,5 +33,5 @@ jobs: uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 # v1.4.5 with: publish: npm run release - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/packages/language-server/package.json b/packages/language-server/package.json index a0ba8a01..52f3c3b3 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -23,9 +23,6 @@ "type": "git", "url": "git://github.com/neo4j/cypher-language-support.git" }, - "bin": { - "cypher-language-server": "/dist/cypher-language-server.js" - }, "bugs": { "url": "https://github.com/neo4j/cypher-language-support/issues" },