From 67f1528fcd12ded8b8586b6d38a40e296529a1cb Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Mon, 9 Oct 2023 18:39:31 +1100 Subject: [PATCH] Ensure `npm run build` has run before publish. --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2f1b42..17edf33 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,6 +34,7 @@ jobs: node-version: '18' registry-url: 'https://registry.npmjs.org' - run: npm ci + - run: npm build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index 32299af..f5eb78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@servicestack/vue", - "version": "3.0.81", + "version": "3.0.82", "private": false, "files": [ "dist"