We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3e319 commit d7ad5dcCopy full SHA for d7ad5dc
1 file changed
.github/workflows/push.yml
@@ -24,7 +24,7 @@ jobs:
24
!**/node_modules/.cache
25
key: ${{ runner.os }}-yarn-node-${{ hashFiles('**/yarn.lock') }}
26
- name: Install Dependencies If Not Cached
27
- run: \[ -d node_modules \] || yarn install --immutableß
+ run: \[ -d node_modules \] || yarn install --immutable
28
shell: bash
29
- run: yarn format:verify
30
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- run: yarn build
62
0 commit comments