Skip to content

Commit

Permalink
shh...
Browse files Browse the repository at this point in the history
  • Loading branch information
artegoser committed May 5, 2021
1 parent 1e24823 commit a22eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"coverage": "nyc npm test",
"coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc index.js -t docdash -d D:\\github\\artegoser.github.io\\simple-chat-storage\\documentation",
"buildall":"npm run coverage && npm run docs"
"buildall":"npm run coveralls && npm run docs"
},
"nyc": {
"exclude": "**/*.spec.js"
Expand Down

0 comments on commit a22eb1f

Please sign in to comment.