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.
2 parents 48876be + 54a1ffb commit 11e9e81Copy full SHA for 11e9e81
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
cache-name: cache-node-modules
26
with:
27
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
28
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
29
restore-keys: |
30
${{ runner.os }}-build-${{ env.cache-name }}-
31
${{ runner.os }}-build-
.gitignore
@@ -4,3 +4,5 @@
4
/*.sublime-project
5
/*.sublime-workspace
6
/irc-framework-*.tgz
7
+/.nyc_output/
8
+/yarn-error.log
0 commit comments