We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6719ad commit f64c94fCopy full SHA for f64c94f
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm install -g yarn
26
27
- name: Install dependencies with Yarn
28
- run: yarn install --frozen-lockfile
+ run: yarn install
29
30
- name: Generate build timestamp
31
id: timestamp
0 commit comments