Use yarn node instead of node to run dev scripts

This commit is contained in:
willclarktech 2021-05-04 15:56:10 +02:00
parent 0ac05b742a
commit d0a61cb978
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
29 changed files with 29 additions and 29 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
require("source-map-support").install();

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
if (process.env.SES_ENABLED) {

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { coins, Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { DirectSecp256k1HdWallet } = require("@cosmjs/proto-signing");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { encodeSecp256k1Pubkey, makeCosmoshubPath, Secp256k1HdWallet } = require("@cosmjs/amino");

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env yarn node
/* eslint-disable @typescript-eslint/naming-convention */
const { coins } = require("@cosmjs/amino");