Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 609 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 609 Bytes

BtParts

Running tasks

To execute tasks with Nx use the following syntax:

npx nx <target> <project> <...options>

You can also run multiple targets:

npx nx run-many -t <target1> <target2>

..or add -p to filter specific projects

npx nx run-many -t <target1> <target2> -p <proj1> <proj2>

Targets can be defined in the package.json or projects.json. Learn more in the docs.

Helpfull links

For prisma: https://www.npmjs.com/package/@nx-tools/nx-prisma

Run server

pnpm prisma migrate deploy && pm2-runtime main.js