Skip to content

Commit

Permalink
added flow script to nodebb
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Crawshaw committed Oct 31, 2024
1 parent a31f5b0 commit e6c6131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"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"
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage",
"flow": "flow"
},
"nyc": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage",
"build": "babel src/ -d lib/",
"prepublish": "yarn run build",
"flow": "mkdir -p logs; flow | tee logs/flow.log"
"flow": "flow"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit e6c6131

Please sign in to comment.