Skip to content

Commit f52ae99

Browse files
committed
folder name
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent 60c6e4b commit f52ae99

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/typechainArtifacts.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ import fs from "fs";
22
import path from "path";
33
import fg from "fast-glob";
44

5-
type ArtifactJson = {
6-
contractName?: string;
7-
[key: string]: unknown;
8-
};
9-
105
const OUT_DIR = "out";
11-
const STAGE_DIR = ".typechain-artifacts";
6+
const STAGE_DIR = "typechain-artifacts";
127

138
function main() {
149
if (fs.existsSync(STAGE_DIR)) {

0 commit comments

Comments
 (0)