Skip to content

Commit 792ca67

Browse files
committed
chore: project
1 parent c40b452 commit 792ca67

File tree

5 files changed

+3712
-2604
lines changed

5 files changed

+3712
-2604
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
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"dependencies": {
48-
"@nativescript-community/plugin-seed-tools": "file:tools"
48+
"@nativescript-community/plugin-seed-tools": "portal:tools"
4949
},
5050
"ntl": {
5151
"descriptions": {
@@ -69,5 +69,6 @@
6969
"workspaces": [
7070
"packages/*",
7171
"demo*"
72-
]
72+
],
73+
"packageManager": "[email protected]"
7374
}

0 commit comments

Comments
 (0)