From 9515860a333f5f72bf091cde3132bc197a08fa39 Mon Sep 17 00:00:00 2001 From: junners Date: Sun, 4 Aug 2024 10:39:57 -0700 Subject: [PATCH] chore: update workflow to copy ts configuration --- .github/workflows/deploy-BETA.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-BETA.yml b/.github/workflows/deploy-BETA.yml index 24380c5..7e8c537 100644 --- a/.github/workflows/deploy-BETA.yml +++ b/.github/workflows/deploy-BETA.yml @@ -48,7 +48,7 @@ jobs: run: | npm ci npm run build - cp package.json out + cp package.json out && cp tsconfig.cjs.json out - name: Semantic Release Dependency run: npm install -g @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/npm conventional-changelog-conventionalcommits semantic-release - name: Publish Beta