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 d5d7a29 commit 4c41fb6Copy full SHA for 4c41fb6
1 file changed
.github/workflows/smoke-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
cache: yarn
41
42
- name: Install dependencies
43
- run: yarn --frozen-lockfile
+ run: yarn install --frozen-lockfile
44
45
- name: Build
46
run: yarn build
0 commit comments