Skip to content

Commit

Permalink
Added test script
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen committed Sep 18, 2023
1 parent 4eca6fa commit 630202c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"setup": "node src/setup/setup.js setup",
"start": "node src/setup/index.js --grafanaPort=3000",
"start:test": "node src/setup/index.js --grafanaPort=3000 --force",
"lint": "eslint src/**/*.js && eslint dashboards/**/*.js",
"lint:fix": "eslint src/**/* --fix && eslint dashboards/**/*.js --fix",
"update-stats-getter": "docker-compose up --detach --build"
Expand Down

0 comments on commit 630202c

Please sign in to comment.