Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ay0503 authored Nov 14, 2024
1 parent 5eec177 commit d8037bd
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",
"postinstall": "mkdir -p ../node_modules/nodebb-theme-harmony-custom && cp -r ../themes/nodebb-theme-harmony-custom/* ../node_modules/nodebb-theme-harmony-custom/"
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit d8037bd

Please sign in to comment.