From 82c697441b40ff80cf31423a66513d7f081c3ac1 Mon Sep 17 00:00:00 2001 From: Brean0 Date: Wed, 20 Mar 2024 00:05:10 -0400 Subject: [PATCH] misspelling --- protocol/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/package.json b/protocol/package.json index dfd303a980..a4ddc3bd03 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -12,7 +12,7 @@ }, "scripts": { "compile": "hardhat compile", - "generate": "echo '\nProtocol Generate' && yarn compile && hardhat diamondABI && hardhat mockDaimondABI", + "generate": "echo '\nProtocol Generate' && yarn compile && hardhat diamondABI && hardhat mockDiamondABI", "test": "hardhat compile && hardhat test --network hardhat", "clean": "hardhat clean" },