From 095bdb16badf252bc8bee9188297bdd2a35a4a9e Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 1 Aug 2022 03:56:53 +0200 Subject: [PATCH] Make new build setup compatible with enable short import path --- .github/workflows/ci.yaml | 2 +- tsproject.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d18207b3..f09076be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,7 +117,7 @@ jobs: PACKAGE_MANAGER=yarn fi $PACKAGE_MANAGER run build - - run: npx -y -p denoify@0.6.5 denoify_enable_short_npm_import_path + - run: npx -y -p denoify@0.11.7 denoify_enable_short_npm_import_path env: DRY_RUN: "0" - name: Publishing on NPM diff --git a/tsproject.json b/tsproject.json index d97467e3..44f032e4 100644 --- a/tsproject.json +++ b/tsproject.json @@ -9,6 +9,7 @@ "strict": true, "downlevelIteration": true, "noFallthroughCasesInSwitch": true, - "composite": true + "composite": true, + "outDir": "../dist" } }