diff --git a/internal-docs/engineering/developing-locally.md b/internal-docs/engineering/developing-locally.md index 1bab104bac..9a28a8570f 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 dashboard chart here DATADOG_CLIENT_TOKEN - Datadog RUM client token + Datadog RUM client token (search Paste) 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",