From 7a2398129830b0f6826244f83bd3769514767b9d Mon Sep 17 00:00:00 2001 From: bscan <10503608+bscan@users.noreply.github.com> Date: Sun, 13 Nov 2022 15:11:04 -0500 Subject: [PATCH] Fixing NPM publishing --- .github/workflows/release.yml | 1 + package.json | 2 +- server/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a96052..28ca1e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,6 +81,7 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm ci + - run: tsc -b - run: npm publish server/ env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 84a3dd7..d8b7976 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Code navigation, autocompletion, syntax checking, and linting for Perl", "author": "bscan", "license": "MIT", - "version": "0.3.6", + "version": "0.3.7", "icon": "images/camel_icon.png", "repository": { "type": "git", diff --git a/server/package.json b/server/package.json index 1b2ca67..3cf8272 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "perlnavigator-server", "description": "Perl language server", - "version": "0.3.6", + "version": "0.3.7", "author": "bscan", "license": "MIT", "engines": {