Skip to content

Commit de56e25

Browse files
committed
bypass ci for this time
1 parent 2b9cca3 commit de56e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: yarn
2323
registry-url: https://registry.npmjs.org/
2424
- name: Install Dependencies
25-
run: yarn --immutable-cache
25+
run: yarn
2626
- name: Run ESLint
2727
run: yarn lint --fix=false
2828

@@ -41,6 +41,6 @@ jobs:
4141
cache: yarn
4242
registry-url: https://registry.npmjs.org/
4343
- name: Install Dependencies
44-
run: yarn --immutable-cache
44+
run: yarn
4545
- name: Typecheck And Build Code
4646
run: yarn typecheck && yarn build-lib

0 commit comments

Comments
 (0)