diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b530f3a4..aae5097b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,10 @@ jobs: ${{ runner.os }}-node- - name: Install Dependencies - run: yarn + run: yarn install + + - name: Verify Node Modules + run: ls -R node_modules - name: Build run: yarn run build:user diff --git a/tsconfig.json b/tsconfig.json index bca0ba6d..d88ced85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,6 @@ "baseUrl": ".", "paths": { "@/*": ["packages/*"], - "@softeer/common/utils": ["packages/common/dist/utils"] } }, "parserOptions": {