Skip to content

Commit

Permalink
Merge pull request #79 from rabi-siddique/rs-skip-extension-setup
Browse files Browse the repository at this point in the history
chore: add SKIP_EXTENSION_SETUP flag to avoid duplicate wallet setup
  • Loading branch information
rabi-siddique authored May 10, 2024
2 parents 7074e5d + 0834c11 commit 9b3cc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest spec",
"test:e2e": "EXTENSION=keplr synpress run --configFile=test/e2e/synpress.config.cjs",
"test:e2e": "SKIP_EXTENSION_SETUP=true EXTENSION=keplr synpress run --configFile=test/e2e/synpress.config.cjs",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "yarn lint --fix",
"preview": "vite preview"
Expand Down

0 comments on commit 9b3cc90

Please sign in to comment.