Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 716f13e

Browse files
committed
chore: remove bash keyword
1 parent d56ec35 commit 716f13e

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

airdrops/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"repository": "sablier-labs/airdrops",
6868
"scripts": {
69-
"prepack": "bash ../scripts/bash/publish_prepack.sh",
70-
"postpack": "bash ../scripts/bash/publish_postpack.sh"
69+
"prepack": "../scripts/bash/publish_prepack.sh",
70+
"postpack": "../scripts/bash/publish_postpack.sh"
7171
}
7272
}

flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"url": "git+https://github.com/sablier-labs/flow.git"
6161
},
6262
"scripts": {
63-
"prepack": "bash ../scripts/bash/publish_prepack.sh",
64-
"postpack": "bash ../scripts/bash/publish_postpack.sh"
63+
"prepack": "../scripts/bash/publish_prepack.sh",
64+
"postpack": "../scripts/bash/publish_postpack.sh"
6565
}
6666
}

lockup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"url": "git+https://github.com/sablier-labs/lockup.git"
6666
},
6767
"scripts": {
68-
"prepack": "bash ../scripts/bash/publish_prepack.sh",
69-
"postpack": "bash ../scripts/bash/publish_postpack.sh"
68+
"prepack": "../scripts/bash/publish_prepack.sh",
69+
"postpack": "../scripts/bash/publish_postpack.sh"
7070
}
7171
}

scripts/bash/publish_prepack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ echo "✓ Installed dependencies"
2626
# Run package-specific artifact preparation if it exists
2727
if [ -f "./scripts/bash/prepare-artifacts.sh" ]; then
2828
echo "Preparing artifacts..."
29-
bash ./scripts/bash/prepare-artifacts.sh
29+
./scripts/bash/prepare-artifacts.sh
3030
echo "✓ Prepared artifacts"
3131
fi

utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"scripts": {
5353
"postinstall": "cd node_modules/forge-std && ln -sf src/* .",
54-
"prepack": "bash ../scripts/bash/publish_prepack.sh",
55-
"postpack": "bash ../scripts/bash/publish_postpack.sh"
54+
"prepack": "../scripts/bash/publish_prepack.sh",
55+
"postpack": "../scripts/bash/publish_postpack.sh"
5656
}
5757
}

0 commit comments

Comments
 (0)