Skip to content

Commit

Permalink
chore: add SKIP_EXTENSION_SETUP to avoid duplicate wallet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Apr 29, 2024
1 parent f72117b commit 0834c11
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 0834c11

Please sign in to comment.