Skip to content

Commit

Permalink
Linux filenames are case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
artwyman committed Dec 21, 2024
1 parent aa1f4d0 commit 40bc6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lib/gpcircuits/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tsBuildInfoFile": "./tsconfig.cjs.tsbuildinfo"
},
// For CJS/ESM builds, do not include test files
"include": ["src", "scripts", "circomKit.json", "src/circuitParameters.json"],
"include": ["src", "scripts", "circomkit.json", "src/circuitParameters.json"],
// DO NOT MODIFY MANUALLY BEYOND THIS POINT
// References are automatically maintained by `yarn fix-references`
"references": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/gpcircuits/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tsBuildInfoFile": "./tsconfig.esm.tsbuildinfo"
},
// For CJS/ESM builds, do not include test files
"include": ["src", "scripts", "circomKit.json", "src/circuitParameters.json"],
"include": ["src", "scripts", "circomkit.json", "src/circuitParameters.json"],
// DO NOT MODIFY MANUALLY BEYOND THIS POINT
// References are automatically maintained by `yarn fix-references`
"references": [
Expand Down

0 comments on commit 40bc6cd

Please sign in to comment.