File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ onlyBuiltDependencies:
2828 - simple-git-hooks@2.13.1
2929
3030ignoreWorkspaceRootCheck : true
31+
32+ ignoreDepScripts : true
You can’t perform that action at this time.
0 commit comments