diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e6acbf..a672f6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,6 @@ name: CI on: pull_request: - push: branches: - master diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 9acd253..35e1e78 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Build all packages - run: pnpm all:build + - name: Build & Test + run: pnpm all:build && pnpm all:test - name: Get changed files id: changed-files diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index d8e62e2..804b56e 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@robonen/stdlib", - "version": "0.0.4", + "version": "0.0.5", "license": "Apache-2.0", "description": "A collection of tools, utilities, and helpers for TypeScript", "keywords": [ diff --git a/packages/vue/package.json b/packages/vue/package.json index cfbec9b..0c60d0d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@robonen/vue", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "description": "Collection of powerful tools for Vue", "keywords": [