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 4677106 commit 9b60f9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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",
"postinstall": "cp -r ../themes/nodebb-theme-harmony-custom ../node_modules/nodebb-theme-harmony-custom"
},
"nyc": {
"exclude": [
Expand Down Expand Up @@ -104,7 +105,7 @@
"nodebb-plugin-ntfy": "1.7.4",
"nodebb-plugin-spam-be-gone": "2.2.2",
"nodebb-rewards-essentials": "1.0.0",
"nodebb-theme-harmony": "file:../themes/nodebb-theme-harmony",
"nodebb-theme-harmony": "file:../themes/nodebb-theme-harmony-custom",
"nodebb-theme-lavender": "7.1.8",
"nodebb-theme-peace": "2.2.6",
"nodebb-theme-persona": "13.3.25",
Expand Down

0 comments on commit 9b60f9c

Please sign in to comment.