From 18ef71bc042865ba1f067e6202d858052d0c3f00 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Mon, 18 May 2026 02:46:49 -0400 Subject: [PATCH] fix(ci): emit declarations in tag npm publish (#10842) Signed-off-by: Igor Loskutov --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e4df4f069..753708009e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -968,6 +968,8 @@ jobs: run: node common/scripts/install-run-rush.js install - name: Building... run: node common/scripts/install-run-rush.js build + - name: Emit TypeScript declarations + run: node common/scripts/install-run-rush.js validate - name: Publish to npm env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}