1.7.10 • Published 1 year ago
@mingsterism/prisma v1.7.10
@sudoavian/prisma
prisma package
commands
# build package
$ npm run build
How to publish trpc services updates to npm
cd
into prisma folder andnpm login
- delete dist folder
- increase package version in package.json
npm i
andnpm run build
git push
npm publish
- psql into db url and update the db by running
npm run prisma:push
- update all the services using @sudoavian/prisma to the latest version