Skip to content

Commit

Permalink
publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotin committed Sep 29, 2024
1 parent a01b9f1 commit 13194e3
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 @@ -3,7 +3,8 @@
"version": "1.1.0",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"build": "rm -rf ./block-pack && block-tools pack"
"build": "rm -rf ./block-pack && block-tools pack",
"prepublishOnly": "block-tools pack && block-tools publish -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
},
"files": [
"index.d.ts",
Expand Down

0 comments on commit 13194e3

Please sign in to comment.