diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54fa00d..ac2f83e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,6 +33,7 @@ jobs: registry-url: https://registry.npmjs.org scope: "@allowly-ai" - run: npm ci + - run: npm run build - run: npm run typecheck - run: npm test - name: Check tag matches package version diff --git a/package-lock.json b/package-lock.json index 5197909..a5bb16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allowly-ai/cli", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@allowly-ai/cli", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "bin": { "allowly": "dist/index.js" diff --git a/package.json b/package.json index 69b3c3e..af0b476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allowly-ai/cli", - "version": "0.1.0", + "version": "0.1.1", "description": "Command-line setup tool for Allowly workspaces", "type": "module", "bin": {