Skip to content

Commit 40bc6cd

Browse files
committed
Linux filenames are case-sensitive
1 parent aa1f4d0 commit 40bc6cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/lib/gpcircuits/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tsBuildInfoFile": "./tsconfig.cjs.tsbuildinfo"
77
},
88
// For CJS/ESM builds, do not include test files
9-
"include": ["src", "scripts", "circomKit.json", "src/circuitParameters.json"],
9+
"include": ["src", "scripts", "circomkit.json", "src/circuitParameters.json"],
1010
// DO NOT MODIFY MANUALLY BEYOND THIS POINT
1111
// References are automatically maintained by `yarn fix-references`
1212
"references": [

packages/lib/gpcircuits/tsconfig.esm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tsBuildInfoFile": "./tsconfig.esm.tsbuildinfo"
77
},
88
// For CJS/ESM builds, do not include test files
9-
"include": ["src", "scripts", "circomKit.json", "src/circuitParameters.json"],
9+
"include": ["src", "scripts", "circomkit.json", "src/circuitParameters.json"],
1010
// DO NOT MODIFY MANUALLY BEYOND THIS POINT
1111
// References are automatically maintained by `yarn fix-references`
1212
"references": [

0 commit comments

Comments
 (0)