Skip to content

Commit

Permalink
CU-86dt279a1- Fix WalletConnectSdk Examples Build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Mar 28, 2024
1 parent ff736a7 commit 579638d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions e2e/src/helpers/CommandsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import * as fs from 'fs'
import { execSync } from 'child_process'
import * as path from 'path'
import { EXAMPLES_PATH } from '../constants/PathsDefinitions'
import { rmSync } from 'fs'

const examplesPath = path.posix.normalize(EXAMPLES_PATH)

function getAllExamples(): string[] {
console.log(process.cwd())
return fs.readdirSync(examplesPath)
}
export function runCommandInEachExampleProj(cmd: string) {
Expand Down
1 change: 0 additions & 1 deletion e2e/src/scripts/examplesRun.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { execSync } from 'child_process'
import { RUN_CONCURRENTLY_COMMAND } from '../constants/DevConstants'
import { APP_LIST_TO_RUN } from '../constants/ProjectsDefinitions'

execSync(RUN_CONCURRENTLY_COMMAND, { stdio: 'inherit' })

0 comments on commit 579638d

Please sign in to comment.