diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14801d7..857667a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,11 @@ jobs: version: ${{ steps.version.outputs.tag }} package: 'packages/nestjs-zod' + - name: Copy README from root of project to nestjs-zod + run: | + cp logo.svg packages/nestjs-zod + cp README.md packages/nestjs-zod + - name: Create NPM config run: cd packages/nestjs-zod && npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN env: diff --git a/README.md b/README.md index 5907eed..e25059e 100755 --- a/README.md +++ b/README.md @@ -2,32 +2,25 @@ NestJS + Zod logo

- ✨ A superior validation solution for your NestJS application ✨ + ✨ A seamless validation solution for your NestJS application ✨


- - nestjs-zod CI Status + + nestjs-zod CI Status - License + License npm - stars + stars

-## Ecosystem - -| Package | About | -| :-------------------------------------------------------------------- | :------------------------------------------------------- | -| [nestjs-zod](https://github.com/risenforces/nestjs-zod) | A tools for integrating Zod into your NestJS application | -| [nestjs-zod-prisma](https://github.com/risenforces/nestjs-zod-prisma) | Generate Zod schemas from your Prisma schema | - ## Core library features - `createZodDto` - create DTO classes from Zod schemas