We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c6e4b commit f52ae99Copy full SHA for f52ae99
scripts/typechainArtifacts.ts
@@ -2,13 +2,8 @@ import fs from "fs";
2
import path from "path";
3
import fg from "fast-glob";
4
5
-type ArtifactJson = {
6
- contractName?: string;
7
- [key: string]: unknown;
8
-};
9
-
10
const OUT_DIR = "out";
11
-const STAGE_DIR = ".typechain-artifacts";
+const STAGE_DIR = "typechain-artifacts";
12
13
function main() {
14
if (fs.existsSync(STAGE_DIR)) {
0 commit comments