From ed022682b641ca85efe3f251bef15de4d0a50330 Mon Sep 17 00:00:00 2001 From: Kacper Michalik Date: Fri, 6 Oct 2023 14:36:17 +0200 Subject: [PATCH] changes --- .github/actions/setup-env/action.yml | 20 ++++++++++---------- packages/common/package.json | 1 - 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index c7c6797a0b..3fe75c26c1 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -37,16 +37,16 @@ runs: run: npm i -g lerna@7.3.0 typescript@4.9.3 shell: bash - - name: "Cache NPM dependencies" - id: cache-nodemodules - uses: actions/cache@v3 - with: - path: | - node_modules - */*/node_modules - key: ${{ inputs.cachePrefix }}-${{ runner.OS }}-npm-cache-${{ hashFiles('packages/*/package-lock.json') }} - restore-keys: | - ${{ inputs.cachePrefix }}-${{ runner.OS }}-npm-cache- + # - name: "Cache NPM dependencies" + # id: cache-nodemodules + # uses: actions/cache@v3 + # with: + # path: | + # node_modules + # */*/node_modules + # key: ${{ inputs.cachePrefix }}-${{ runner.OS }}-npm-cache-${{ hashFiles('packages/*/package-lock.json') }} + # restore-keys: | + # ${{ inputs.cachePrefix }}-${{ runner.OS }}-npm-cache- - name: "Install monorepo dependencies" # if: steps.cache-nodemodules.outputs.cache-hit != 'true' diff --git a/packages/common/package.json b/packages/common/package.json index 1cac23823e..3ac6ef2b63 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -19,7 +19,6 @@ }, "devDependencies": { "@quiet/eslint-config": "^2.0.1-alpha.1", - "@quiet/types": "^2.0.1-alpha.1", "@types/jest": "^26.0.23", "@types/node": "^17.0.21", "jest": "^26.6.3",