Skip to content

Commit

Permalink
chore: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 9, 2023
1 parent 1cf3659 commit d93d064
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 463 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"memfs": "^3.2.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"open-cli": "^7.2.0",
"open-cli": "^6.0.1",
"prettier": "^2.1.2",
"should": "^13.2.3",
"tooling": "webpack/tooling#v1.14.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"cover": "nyc --reporter=html node node_modules/mocha/bin/_mocha --full-trace --check-leaks",
"cover:ci": "nyc --reporter=lcovonly node node_modules/mocha/bin/_mocha --full-trace --check-leaks",
"cover:types": "node node_modules/tooling/type-coverage",
"cover:report": "nyc report -t coverage",
"cover:report": "nyc report --reporter=lcov --reporter=text -t coverage",
"prepare": "husky install"
},
"lint-staged": {
Expand Down

0 comments on commit d93d064

Please sign in to comment.