Skip to content

Commit

Permalink
add changeset (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
escottalexander authored Oct 1, 2024
2 parents e2cc722 + 744298f commit 02c9866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thin-years-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eth-tech-tree": patch
---

adjusted forge install script
2 changes: 1 addition & 1 deletion src/tasks/create-first-git-commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function createFirstGitCommit(targetDir: string) {

errorLog = "Installing forge dependencies";
// forge install foundry libraries
await execa("forge", ["install", ...foundryLibraries, "--no-commit"], { cwd: foundryWorkSpacePath });
await execa("forge", ["install", ...foundryLibraries, "--no-git"], { cwd: foundryWorkSpacePath });

errorLog = "git add -A";
// Add and commit all changes
Expand Down

0 comments on commit 02c9866

Please sign in to comment.