Skip to content

Commit ea79666

Browse files
authored
docs(common): remove deletion of task/* folder content in "Setup Hardhat" (#1014)
* docs(common): remove deletion of task/* folder content in "Setup Hardhat" * trigger CI * trigger CI
1 parent e5cfc48 commit ea79666

File tree

1 file changed

+1
-1
lines changed
  • docs/solidity-guides/getting-started/quick-start-tutorial

1 file changed

+1
-1
lines changed

docs/solidity-guides/getting-started/quick-start-tutorial/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ cd <your-new-repo-name>
143143
Then run:
144144

145145
```sh
146-
rm -rf test/* src/* tasks/* deploy ./fhevmTemp ./artifacts ./cache ./coverage ./types ./coverage.json ./dist
146+
rm -rf test/* src/* deploy ./fhevmTemp ./artifacts ./cache ./coverage ./types ./coverage.json ./dist
147147
```

0 commit comments

Comments
 (0)