We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef6273 commit dbbe372Copy full SHA for dbbe372
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
node-version: 16.x
35
36
- name: Install dependencies
37
- run: yarn install --frozen-lockfile
+ run: yarn install
38
- name: Build website
39
run: yarn build
40
0 commit comments