Skip to content

Commit

Permalink
remove flow from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaPim authored Oct 29, 2024
1 parent 2afbeef commit b5f55f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"lint": "eslint --cache ./nodebb .",
"test": "nyc --reporter=html --reporter=text-summary mocha",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage",
"flow": "flow"
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit b5f55f7

Please sign in to comment.