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",