Skip to content

Commit

Permalink
fix: Fix 'npm run server' to use 'docker compose' instead of docker-c…
Browse files Browse the repository at this point in the history
…ompose.
  • Loading branch information
cbos committed Nov 15, 2024
1 parent 08f583d commit eee08c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eee08c1

Please sign in to comment.