fix: Fixed forge file writing.

This commit is contained in:
zer0dot
2022-10-13 17:25:47 -04:00
parent ec4900f7bc
commit 27d63b2394

View File

@@ -3,4 +3,5 @@ src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test/foundry'
cache_path = 'forge-cache'
cache_path = 'forge-cache'
fs_permissions = [{ access = "read-write", path = "./"}]