Skip to content

Commit

Permalink
Add a package command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatou committed Nov 10, 2023
1 parent e4d6f5d commit 3fcb0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"sign": "npx --yes @grafana/sign-plugin@latest",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --passWithNoTests --maxWorkers 4",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"package": "(rm -f rockset-backend-datasource.zip; ln -s dist rockset-backend-datasource; zip -r rockset-backend-datasource.zip rockset-backend-datasource; rm rockset-backend-datasource)"
},
"author": "Rockset Inc",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3fcb0ad

Please sign in to comment.