From eee08c1290331beae8de0252ce4fadb585cc8d43 Mon Sep 17 00:00:00 2001 From: Cees Bos Date: Fri, 15 Nov 2024 11:21:08 +0100 Subject: [PATCH] fix: Fix 'npm run server' to use 'docker compose' instead of docker-compose. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5e977b..6b49efa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint:fix": "npm run lint -- --fix", "e2e": "npm exec cypress install && npm exec grafana-e2e run", "e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots", - "server": "docker-compose up --build", + "server": "docker compose up --build", "sign": "npx --yes @grafana/sign-plugin@latest" }, "author": "tiithansen",