Skip to content

Commit

Permalink
build: zip
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchanglong committed Dec 31, 2024
1 parent 6ac3ddb commit 7685583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greptimedb-datasource",
"version": "1.1.10",
"version": "1.1.11",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand All @@ -13,8 +13,8 @@
"e2e": "playwright test",
"server": "docker-compose up --build",
"sign": "npx @grafana/sign-plugin@3.0.0 --rootUrls http://localhost:3000",
"zipunsigned": "rm -rf info8fcc-greptimedb-datasource*.zip && zip -rj info8fcc-greptimedb-datasource-unsigned.zip dist/*",
"zip": "zip -rj info8fcc-greptimedb-datasource.zip dist/*",
"zipunsigned": "rm -rf info8fcc-greptimedb-datasource*.zip && mv dist/ info8fcc-greptimedb-datasource-unsigned && zip info8fcc-greptimedb-datasource-unsigned.zip info8fcc-greptimedb-datasource-unsigned -r && mv info8fcc-greptimedb-datasource-unsigned/ dist",
"zip": "mv dist/ info8fcc-greptimedb-datasource && zip info8fcc-greptimedb-datasource.zip info8fcc-greptimedb-datasource -r && mv info8fcc-greptimedb-datasource/ dist",
"unzip": "unzip info8fcc-greptimedb-datasource.zip -d /usr/local/var/lib/grafana/plugins",
"buildzip": "yarn build && mage && yarn sign && yarn zip"
},
Expand Down

0 comments on commit 7685583

Please # to comment.