From c7a7a6838e176f31b0a5e1572f613332b12dc59f Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes Date: Sun, 13 Sep 2020 14:10:45 -0400 Subject: [PATCH] chore(core): nx cloud pr number (#3722) --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index d732e6d54f..1060526d78 100644 --- a/nx.json +++ b/nx.json @@ -21,7 +21,7 @@ "showUsageWarnings": true, "runtimeCacheInputs": ["echo $SELECTED_CLI"], "cacheDirectory": "/tmp/nx-cache", - "nxCloudUsePrId": true + "nxCloudUsePrNumber": true } } },