Skip to content

Commit

Permalink
chore(package.json): change dist directory in signing script
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed May 29, 2024
1 parent 59fa3af commit b55ee89
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": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "npm run lint -- --fix",
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest --distDir ./geomap-wms-panel",
"sign": "npx --yes @grafana/sign-plugin@latest --distDir ./felixrelleum-geomapwms-panel",
"validate": "zip -qr felixrelleum-geomapwms-panel.zip felixrelleum-geomapwms-panel && npx --yes @grafana/plugin-validator@latest -sourceCodeUri file://. felixrelleum-geomapwms-panel.zip; rm -r felixrelleum-geomapwms-panel.zip",
"start": "yarn watch",
"test:all": "jest --coverage",
Expand Down

0 comments on commit b55ee89

Please sign in to comment.