Skip to content

Commit 3f58a2a

Browse files
authored
[price_pusher] add shebang command (#1467)
1 parent 7620574 commit 3f58a2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/price_pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

apps/price_pusher/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #!/usr/bin/env node
1+
#!/usr/bin/env node
22
import yargs from "yargs";
33
import { hideBin } from "yargs/helpers";
44
import injective from "./injective/command";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)