From 03c47ed8a6e451deb966e3a691cb7b0521ec2eef Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Mon, 22 Jul 2024 09:46:06 -0500 Subject: [PATCH 1/3] chore(collaboration): added script to resolve typedoc issue --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6b00d7391b..868a9ec76b 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "build": "yarn prebuild && yarn nx run-many --target=build --exclude @twilio-paste/website @twilio-paste/theme-designer @twilio-paste/nextjs-template @twilio-paste/token-contrast-checker", "build:js": "yarn prebuild && yarn nx run-many --target=build:js --exclude @twilio-paste/website @twilio-paste/theme-designer", "build:typedocs": "yarn prebuild && yarn nx run-many --target=build:typedocs", + "build:typedocs:clean":"rm -rf .nx/cache && yarn build && yarn build:typedocs", "build:core": "yarn nx run @twilio-paste/core:build", "build:codemods": "yarn nx run @twilio-paste/codemods:build", "build:tokens": "yarn nx run @twilio-paste/design-tokens:tokens", From 490ce3c1dba67bd55aa1d9d99d171321b15ec35d Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Mon, 22 Jul 2024 11:21:34 -0500 Subject: [PATCH 2/3] chore(collaboration): added docs for DataDog env values --- internal-docs/engineering/developing-locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal-docs/engineering/developing-locally.md b/internal-docs/engineering/developing-locally.md index 1bab104bac..d1a5dcc28a 100644 --- a/internal-docs/engineering/developing-locally.md +++ b/internal-docs/engineering/developing-locally.md @@ -98,13 +98,13 @@ DATADOG_CLIENT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxx DATADOG_APPLICATION_ID - Datadog RUM app ID + Datadog RUM app ID. You can get this from the dashbaord chart here DATADOG_CLIENT_TOKEN - Datadog RUM client token + Datadog RUM client token (search Paste) From eb93aeda5a60824b3562f6e1b2cf03f99a434a27 Mon Sep 17 00:00:00 2001 From: Kristian Antrobus Date: Mon, 22 Jul 2024 14:31:28 -0500 Subject: [PATCH 3/3] chore(collaboration): fix typo --- internal-docs/engineering/developing-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-docs/engineering/developing-locally.md b/internal-docs/engineering/developing-locally.md index d1a5dcc28a..9a28a8570f 100644 --- a/internal-docs/engineering/developing-locally.md +++ b/internal-docs/engineering/developing-locally.md @@ -98,7 +98,7 @@ DATADOG_CLIENT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxx DATADOG_APPLICATION_ID - Datadog RUM app ID. You can get this from the dashbaord chart here + Datadog RUM app ID. You can get this from the dashboard chart here