From 1c9eb2efbf6bc2d030cb5119fc4587e8887f221d Mon Sep 17 00:00:00 2001 From: David Racero Date: Thu, 5 Nov 2020 15:52:36 +0100 Subject: [PATCH] Fix CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe1490b4..f8ff5d3b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dev:deployment": "hardhat dev-deployment", "dev:deployExample": "hardhat deploy-Example", "dev:prettier": "prettier --write .", - "ci:test": "npm run compile && npm run types-gen && npm run test", + "ci:test": "npm run compile && npm run test", "ci:clean": "rm -rf ./artifacts ./cache ./types", "print-contracts:kovan": "npm run hardhat:kovan -- print-contracts", "print-contracts:main": "npm run hardhat:main -- print-contracts",