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 a2a0d39 commit a558272Copy full SHA for a558272
.github/workflows/actions.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: ${{ matrix.node-version }}
23
24
- name: Cache node_modules directory
25
- - uses: actions/cache@v2
+ uses: actions/cache@v2
26
with:
27
path: '**/node_modules'
28
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
package.json
@@ -12,7 +12,7 @@
12
"start": "nodemon dist/index.js",
13
"dev": "concurrently \"yarn:build-dev\" \"yarn:start\"",
14
"test-dev": "jest --watchAll --no-cache",
15
- "test": "jest"
+ "test": "jest --verbose"
16
},
17
"husky": {
18
"hooks": {
0 commit comments