pnpm nx build blabber --prod && sh -c "cd dist/apps/blabber && vercel link --yes && vercel pull --environment=preview && vercel build --prod"
yarn && yarn nx build blabber --prod && sh -c "cd dist/apps/blabber && vercel link --yes && vercel pull --environment=preview && vercel build --prod"
✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Run nx graph
to see a diagram of the dependencies of the projects.
Run npx nx connect-to-nx-cloud
to enable remote caching and make CI faster.
Visit the Nx Documentation to learn more.