Skip to content

Commit cab4665

Browse files
committed
chore: use workspace instead
1 parent 632827b commit cab4665

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: pnpm
2828

2929
- name: 📦 Install dependencies
30-
run: pnpm install --ignore-scripts
30+
run: pnpm install
3131

3232
- name: 🔠 Lint project
3333
run: pnpm lint
@@ -44,7 +44,7 @@ jobs:
4444
cache: pnpm
4545

4646
- name: 📦 Install dependencies
47-
run: pnpm install --ignore-scripts
47+
run: pnpm install
4848

4949
- name: 🌐 Install browser
5050
run: pnpm playwright install
@@ -72,7 +72,7 @@ jobs:
7272
cache: pnpm
7373

7474
- name: 📦 Install dependencies
75-
run: pnpm install --ignore-scripts
75+
run: pnpm install
7676

7777
- name: 🖥️ Test project (browser)
7878
run: pnpm test:browser
@@ -89,7 +89,7 @@ jobs:
8989
cache: pnpm
9090

9191
- name: 📦 Install dependencies
92-
run: pnpm install --ignore-scripts
92+
run: pnpm install
9393

9494
- name: 🏗️ Build project
9595
run: pnpm build
@@ -111,7 +111,7 @@ jobs:
111111
cache: pnpm
112112

113113
- name: 📦 Install dependencies
114-
run: pnpm install --ignore-scripts
114+
run: pnpm install
115115

116116
- name: 🔍 Check for unused code
117117
run: pnpm knip:production

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ onlyBuiltDependencies:
2828
- simple-git-hooks@2.13.1
2929

3030
ignoreWorkspaceRootCheck: true
31+
32+
ignoreDepScripts: true

0 commit comments

Comments
 (0)