Skip to content

Instantly share code, notes, and snippets.

@jasonruesch
jasonruesch / project.json
Created October 17, 2021 17:01
Add deploy target to the web project
{
"projectType": "application",
"root": "apps/web",
"sourceRoot": "apps/web/src",
"prefix": "cb",
"targets": {
...
"deploy": {
"executor": "@nrwl/workspace:run-commands",
"options": {
@jasonruesch
jasonruesch / project.json
Created October 17, 2021 17:02
Add deploy target to the api project
{
"root": "apps/api",
"sourceRoot": "apps/api/src",
"projectType": "application",
"targets": {
...
"deploy": {
"executor": "@nrwl/workspace:run-commands",
"options": {
"commands": [