aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-23 04:31:50 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-23 04:31:50 +0530
commitc5af7f0d0ca6fb2e111389bc3a997721090939c2 (patch)
tree4dc5d04d192598c01ba4a83eab3770a33dacff1d /CONTRIBUTING.md
parentfix: correct the import of API_VERSION (#2112) (diff)
downloadferdium-app-c5af7f0d0ca6fb2e111389bc3a997721090939c2.tar.gz
ferdium-app-c5af7f0d0ca6fb2e111389bc3a997721090939c2.tar.zst
ferdium-app-c5af7f0d0ca6fb2e111389bc3a997721090939c2.zip
fix: Remove 'counterCache' which was precluding from resetting the badge once the counts reached zero (#2113)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4459c46f7..a7cd0df55 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -196,7 +196,7 @@ DEBUG=Ferdi:* npm run start
196- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently): 196- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently):
197 197
198```bash 198```bash
199DEBUG=Ferdi:* npm run start:all-dev 199DEBUG_COLORS=1 DEBUG=Ferdi:* npm run start:all-dev
200``` 200```
201 201
202Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. 202Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`.