diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 4df6625..5839467 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -37,6 +37,7 @@ jobs: node-version: '20.x' registry-url: 'https://registry.npmjs.org/' - run: npm ci + - run: npm run build --if-present - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index fc7d133..366a447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qpoint/testing", - "version": "0.0.2", + "version": "0.0.3", "description": "A suite of testing utilitiess for QPoint middleware.", "author": "Jon Friesen ", "homepage": "https://github.com/qpoint-io/qpoint-testing#readme",