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 2b9cca3 commit de56e25Copy full SHA for de56e25
.github/workflows/continuous-integration.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: yarn
23
registry-url: https://registry.npmjs.org/
24
- name: Install Dependencies
25
- run: yarn --immutable-cache
+ run: yarn
26
- name: Run ESLint
27
run: yarn lint --fix=false
28
@@ -41,6 +41,6 @@ jobs:
41
42
43
44
45
- name: Typecheck And Build Code
46
run: yarn typecheck && yarn build-lib
0 commit comments