diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 69b398a..1ff5db5 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,6 +13,7 @@ jobs: registry-url: https://registry.npmjs.org/ - uses: pnpm/action-setup@v2 - run: pnpm install + - run: pnpm test - run: pnpm build - run: pnpm --filter @vardario/zod-form-validation publish --access public --no-git-checks env: diff --git a/examples/html/package.json b/examples/html/package.json index b63b302..dceaa77 100644 --- a/examples/html/package.json +++ b/examples/html/package.json @@ -1,6 +1,6 @@ { "name": "zod-form-validation-html-example", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "index.html", "scripts": { diff --git a/examples/next/package.json b/examples/next/package.json index 19a11d0..d4ee0d6 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev", diff --git a/library/package.json b/library/package.json index 7d20ae8..a8d8afd 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@vardario/zod-form-validation", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "lib/index.js", "type": "module", diff --git a/package.json b/package.json index e9e3bc8..c3490c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "repo-clean": "git clean -xdf -e .env", "build": "pnpm --filter @vardario/zod-form-validation run build",