diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a02f24..90d9a8fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: - name: Lint + name: Compile / Lint / Build runs-on: ubuntu-latest steps: @@ -31,6 +31,9 @@ jobs: - name: Lint solidity and ts files run: yarn lint + - name: Lint solidity and ts files + run: yarn build + test: name: Test runs-on: ubuntu-latest diff --git a/deploy/4-vip-based-configuration.ts b/deploy/4-vip-based-configuration.ts index 509b6e35..1d520eb5 100644 --- a/deploy/4-vip-based-configuration.ts +++ b/deploy/4-vip-based-configuration.ts @@ -1,3 +1,4 @@ +import { AccessControlManager } from "@venusprotocol/governance-contracts/dist/typechain"; import { BigNumberish } from "ethers"; import { ethers } from "hardhat"; import { DeployFunction } from "hardhat-deploy/types"; @@ -11,7 +12,6 @@ import { assets, getOraclesData, } from "../helpers/deploymentConfig"; -import { AccessControlManager } from "../typechain-types"; interface GovernanceCommand { contract: string;