Skip to content

Commit

Permalink
chore: netlify deploy 명령어 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2980 committed Jun 7, 2024
1 parent 56a8b51 commit 0ef95b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/googleFormClone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"projectType": "application",
"tags": [],
"// targets": "to see all targets run: nx show project googleFormClone --web",
"targets": {}
"targets": {
"deploy": {
"dependsOn": ["build"],
"command": "netlify deploy --dir=dist/app/googleFormClone"
}
}
}

0 comments on commit 0ef95b7

Please sign in to comment.