Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 9, 2024
1 parent 9bec29e commit 65e4bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: bundle install

- name: Remove package.json resolutions
run: echo "`jq 'delpaths([["resolutions","@akylas/nativescript"],["resolutions","svelte-native"]])' package.json`" > package.json
run: echo "`jq 'delpaths([["resolutions"]])' package.json`" > package.json

- uses: actions/cache@v4
name: Handle node_modules Cache
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
run: bundle install

- name: Remove package.json resolutions
run: echo "`jq 'delpaths([["resolutions","@akylas/nativescript"],["resolutions","svelte-native"]])' package.json`" > package.json
run: echo "`jq 'delpaths([["resolutions"]])' package.json`" > package.json

- uses: actions/cache@v4
name: Handle node_modules Cache
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
"./map"
],
"resolutions": {
"webpack": "5.92.1",
"@akylas/nativescript": "portal:../NativeScript/dist/packages/core",
"@akylas/nativescript-app-utils": "portal:../app-utils/packages/app-utils"
},
Expand Down

0 comments on commit 65e4bf7

Please sign in to comment.