fix: change && to ;

This commit is contained in:
Julian Lam
2026-02-27 12:47:56 -05:00
parent ee5e79c8b3
commit 95ea376af5

View File

@@ -14,7 +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 --no-fail && rm -r coverage"
"coveralls": "nyc report --reporter=text-lcov | coveralls; rm -r coverage"
},
"nyc": {
"exclude": [