Skip to content

Commit c771ef6

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b3c86c6 + d76af0a commit c771ef6

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: steps.yarn-node_modules.outputs.cache-hit != 'true'
8080
uses: bahmutov/npm-install@v1
8181
with:
82-
install-command: yarn install --silent
82+
install-command: corepack yarn --silent
8383
env:
8484
YARN_ENABLE_IMMUTABLE_INSTALLS: false
8585

.yarnrc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ compressionLevel: mixed
33
nmHoistingLimits: workspaces
44

55
nodeLinker: node-modules
6-
7-
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333
},
3434
"dependencies": {
35-
"@nativescript-community/plugin-seed-tools": "file:tools"
35+
"@nativescript-community/plugin-seed-tools": "portal:tools"
3636
},
3737
"ntl": {
3838
"descriptions": {
@@ -51,5 +51,6 @@
5151
"workspaces": [
5252
"packages/*",
5353
"demo*"
54-
]
54+
],
55+
"packageManager": "[email protected]"
5556
}

0 commit comments

Comments
 (0)