From 084eeaea2ed8cf5cb42428dd8de0395d28d7becd Mon Sep 17 00:00:00 2001 From: Eren Date: Mon, 9 Oct 2023 20:10:52 +0300 Subject: [PATCH] Update npm.yml --- .github/workflows/npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 216cf8d..020fb92 100755 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -33,7 +33,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Prepare Required Dependencies - run: npm i -g yarn typescript prettier + run: npm i -g yarn typescript tsc-alias - name: Install Dependencies run: yarn install @@ -47,4 +47,4 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Remove Build - run: npm run build:remove \ No newline at end of file + run: npm run build:remove