Skip to content

Commit

Permalink
chore: testing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbat-ssvlabs committed Dec 24, 2024
1 parent 00878ab commit 53e844c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"scripts": {
"lint": "eslint . --ext .ts --fix",
"watch": "rollup -w -c rollup.config.ts --configPlugin typescript --environment BUILD:development",
"build": "npm run test:prod && vite build",
"build:vite": "vite build",
"build": "vite build",
"codegen": "graphql-codegen",
"test": "vitest",
"test:coverage": "vitest run --coverage",
Expand Down
2 changes: 2 additions & 0 deletions src/libs/operator/methods.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { Hello } from '@/abi'

Check failure on line 1 in src/libs/operator/methods.ts

View workflow job for this annotation

GitHub Actions / test-and-build

Cannot find module '@/abi' or its corresponding type declarations.
import type { getOperator } from '@/api/subgraph'
import type { ConfigReturnType } from '@/config/create'
import type { SmartFnWriteOptions } from '@/contract-interactions/types'
import type { Address } from 'abitype'
import { isAddressEqual, zeroAddress } from 'viem'

console.log(Hello)
type WithdrawArgs = SmartFnWriteOptions<{
operatorId: string
amount: bigint
Expand Down

0 comments on commit 53e844c

Please sign in to comment.