Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 6, 2023
1 parent 78f23b4 commit ed02268
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ runs:
run: npm i -g [email protected] [email protected]
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'
Expand Down
1 change: 0 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ed02268

Please sign in to comment.