Skip to content

Commit

Permalink
chore: nx에서 build 명령어 파이프라인 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2980 committed Jun 7, 2024
1 parent 0c263f0 commit 56a8b51
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,12 @@
}
}
},
"nxCloudAccessToken": "Y2ViYjI5YjUtZjg2ZS00YjU0LWIxMmQtY2I1NWQ5N2I5ODkzfHJlYWQtd3JpdGU="
"nxCloudAccessToken": "Y2ViYjI5YjUtZjg2ZS00YjU0LWIxMmQtY2I1NWQ5N2I5ODkzfHJlYWQtd3JpdGU=",
"targetDefaults": {
"build": {
"dependsOn": ["^build", "typecheck", "lint"],
"cache": true,
"outputs": ["{projectRoot}/dist"]
}
}
}

0 comments on commit 56a8b51

Please sign in to comment.