Skip to content

Commit d7ad5dc

Browse files
committed
fix typo
1 parent 3b3e319 commit d7ad5dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
!**/node_modules/.cache
2525
key: ${{ runner.os }}-yarn-node-${{ hashFiles('**/yarn.lock') }}
2626
- name: Install Dependencies If Not Cached
27-
run: \[ -d node_modules \] || yarn install --immutableß
27+
run: \[ -d node_modules \] || yarn install --immutable
2828
shell: bash
2929
- run: yarn format:verify
3030
shell: bash
@@ -56,7 +56,7 @@ jobs:
5656
!**/node_modules/.cache
5757
key: ${{ runner.os }}-yarn-node-${{ hashFiles('**/yarn.lock') }}
5858
- name: Install Dependencies If Not Cached
59-
run: \[ -d node_modules \] || yarn install --immutableß
59+
run: \[ -d node_modules \] || yarn install --immutable
6060
shell: bash
6161
- run: yarn build
6262
shell: bash

0 commit comments

Comments
 (0)