Skip to content

Commit ca541fe

Browse files
committed
chore: added a new install script for correct linking
1 parent 29312d0 commit ca541fe

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: pnpm
6060

6161
- name: 🧩 Install Dependencies
62-
run: pnpm install
62+
run: pnpm test.local.init
6363

6464
- name: 🏗️ Build
6565
working-directory: ./
@@ -101,7 +101,7 @@ jobs:
101101
cache: pnpm
102102

103103
- name: 🧩 Install Dependencies
104-
run: pnpm install
104+
run: pnpm test.local.init
105105

106106
- name: 🏗️ Build
107107
working-directory: ./
@@ -165,7 +165,7 @@ jobs:
165165
cache: pnpm
166166

167167
- name: 🧩 Install Dependencies
168-
run: pnpm install
168+
run: pnpm test.local.init
169169

170170
- name: 🏗️ Build
171171
working-directory: ./
@@ -229,7 +229,7 @@ jobs:
229229
cache: pnpm
230230

231231
- name: 🧩 Install Dependencies
232-
run: pnpm install
232+
run: pnpm test.local.init
233233

234234
- name: 🏗️ Build
235235
working-directory: ./
@@ -293,7 +293,7 @@ jobs:
293293
cache: pnpm
294294

295295
- name: 🧩 Install Dependencies
296-
run: pnpm install
296+
run: pnpm test.local.init
297297

298298
- name: 🏗️ Build
299299
working-directory: ./
@@ -357,7 +357,7 @@ jobs:
357357
cache: pnpm
358358

359359
- name: 🧩 Install Dependencies
360-
run: pnpm install
360+
run: pnpm test.local.init
361361

362362
- name: 🏗️ Build
363363
working-directory: ./
@@ -421,7 +421,7 @@ jobs:
421421
cache: pnpm
422422

423423
- name: 🧩 Install Dependencies
424-
run: pnpm install
424+
run: pnpm test.local.init
425425

426426
- name: 🏗️ Build
427427
working-directory: ./

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"test.saucelabs.desktop": "SAUCE_ENV=desktop wdio ./tests/configs/wdio.saucelabs.web.conf.ts",
3737
"test.saucelabs.emu.web": "SAUCE_ENV=emu wdio ./tests/configs/wdio.saucelabs.web.conf.ts",
3838
"test.saucelabs.sims.web": "SAUCE_ENV=sims wdio ./tests/configs/wdio.saucelabs.web.conf.ts",
39+
"pnpm.install.workaround": "pnpm install --shamefully-hoist",
3940
"prepare": "husky",
4041
"watch": "pnpm run -r --parallel watch"
4142
},
@@ -78,4 +79,4 @@
7879
"vitest": "^1.6.0",
7980
"webdriverio": "^9.0.0-alpha.351"
8081
}
81-
}
82+
}

0 commit comments

Comments
 (0)