Support unix in yarn node shebangs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env yarn node
|
||||
#!/usr/bin/env -S yarn node
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env yarn node
|
||||
#!/usr/bin/env -S yarn node
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env yarn node
|
||||
#!/usr/bin/env -S yarn node
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env yarn node
|
||||
#!/usr/bin/env -S yarn node
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
const { encodeSecp256k1Pubkey, makeCosmoshubPath, Secp256k1HdWallet } = require("@cosmjs/amino");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env yarn node
|
||||
#!/usr/bin/env -S yarn node
|
||||
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
const { coins } = require("@cosmjs/amino");
|
||||
|
||||
Reference in New Issue
Block a user