There was an error while loading. Please reload this page.
1 parent 3769c3e commit 3b5dca5Copy full SHA for 3b5dca5
1 file changed
.github/workflows/web.yml
@@ -37,7 +37,7 @@ jobs:
37
version: 11.11.0
38
39
- name: Install dependencies 📦
40
- run: pnpm install
+ run: pnpm install --trust-lockfile
41
42
- name: Run linter 👀
43
run: pnpm lint
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
- name: Build 🏗️
75
run: mv .env.production .env && echo "GITHUB_SHA=${GITHUB_SHA}" >> .env && pnpm run generate
0 commit comments