Implementation of the customer consumption display
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "node scripts/build.mjs",
|
||||
"check": "node --check src/content.js && node scripts/build.mjs --check"
|
||||
"check": "node --check src/content.js && node --check src/background.js && node tests/consumptionTrend.test.cjs && node scripts/build.mjs --check",
|
||||
"test": "node tests/consumptionTrend.test.cjs"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user