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 a95ee46 commit 6694490Copy full SHA for 6694490
.github/workflows/codacy.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
npm install -g nyc # Install Istanbul (nyc) for code coverage
26
npm install # Install project dependencies
27
+ npm install --save-dev nyc
28
npm install --save-dev chai
29
npm install --save-dev blanket
30
npm install --save-dev mocha
0 commit comments