mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Support unix in yarn node shebangs
This commit is contained in:
parent
58fa2706b2
commit
10cddb15bc
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
require("source-map-support").install();
|
require("source-map-support").install();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
if (process.env.SES_ENABLED) {
|
if (process.env.SES_ENABLED) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env yarn node
|
#!/usr/bin/env -S yarn node
|
||||||
|
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { Secp256k1HdWallet } = require("@cosmjs/amino");
|
const { 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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { Secp256k1HdWallet } = require("@cosmjs/amino");
|
const { 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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { Secp256k1HdWallet } = require("@cosmjs/amino");
|
const { 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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { Secp256k1HdWallet } = require("@cosmjs/amino");
|
const { 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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { Secp256k1HdWallet } = require("@cosmjs/amino");
|
const { 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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { coins, Secp256k1HdWallet } = require("@cosmjs/amino");
|
const { coins, 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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");
|
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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");
|
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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");
|
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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { encodeSecp256k1Pubkey, makeCosmoshubPath, Secp256k1HdWallet } = require("@cosmjs/amino");
|
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 */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
const { coins } = require("@cosmjs/amino");
|
const { coins } = require("@cosmjs/amino");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user