Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed May 6, 2024
1 parent d2a7f2c commit 6df1e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

import { cliEntrypoint } from '../../packages/cache'
import { cliEntrypoint } from '@synthetixio/synpress-cache'

cliEntrypoint().catch((err) => {
console.log('Aborting...')
Expand Down
4 changes: 2 additions & 2 deletions release/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { EthereumWalletMock, ethereumWalletMockFixtures } from '@synthetixio/ethereum-wallet-mock'
import { defineWalletSetup } from '../../packages/cache'
import { MetaMask, getExtensionId, metaMaskFixtures } from '@synthetixio/synpress-metamask'
import { defineWalletSetup } from '@synthetixio/synpress-cache'
import { testWithSynpress } from '@synthetixio/synpress-core'
import { MetaMask, getExtensionId, metaMaskFixtures } from '@synthetixio/synpress-metamask'

export {
// Framework fixtures
Expand Down

0 comments on commit 6df1e34

Please sign in to comment.