Skip to content

Commit

Permalink
fix: added testing to publish (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Oct 22, 2023
1 parent 62d4f66 commit 1bfedc7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-form-validation-html-example",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vardario/zod-form-validation",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "lib/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1bfedc7

Please sign in to comment.