Skip to content

Commit

Permalink
Use a fake rootUrls to sign plugin and being able to submit the plugi…
Browse files Browse the repository at this point in the history
…n for review
  • Loading branch information
Quentin MOUTY committed Nov 27, 2024
1 parent 0f7deff commit db6a84d
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 @@ -13,7 +13,7 @@
"lint:fix": "npm run lint -- --fix",
"e2e": "playwright test",
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest",
"sign": "npx --yes @grafana/sign-plugin@latest --rootUrls https://example.com/grafana",
"prepare": "lezer-generator --typeScript src/codemirror/lang-filter/syntax.grammar -o src/codemirror/lang-filter/parser.ts"
},
"author": "Ovh",
Expand Down

0 comments on commit db6a84d

Please sign in to comment.