Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit c5b2055

Browse files
cleanup everything before slither
1 parent 015a8cd commit c5b2055

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ let
3535
'';
3636

3737
security-check = pkgs.writeShellScriptBin "security-check" ''
38+
rm -rf artifacts
39+
rm -rf cache
40+
rm -rf node_modules
41+
rm -rf typechain
42+
rm -rf bin
43+
npm install
44+
3845
# Run slither against all our contracts.
3946
# Disable npx as nix-shell already handles availability of what we need.
4047
# Dependencies and tests are out of scope.

0 commit comments

Comments
 (0)