summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-11-13 15:11:04 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-11-13 15:11:04 -0500
commit7a2398129830b0f6826244f83bd3769514767b9d (patch)
tree61b78e9c452a483d0e1d8a3a1617e366c3001a14 /.github
parent77af525b16a76d526b3d378d4a4e6b78fea8c011 (diff)
downloadPerlNavigator-7a2398129830b0f6826244f83bd3769514767b9d.zip
Fixing NPM publishing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 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 }}