Skip to content

Commit

Permalink
Remove .cache-loader directory in clean-frontend script
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Jul 22, 2020
1 parent b0f7633 commit ac4f7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clean-frontend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

find frontend -type d -name 'node_modules' -prune -exec rm -rf {} \;
rm -rf frontend/.cache-loader
rm -rf frontend/public/dist

0 comments on commit ac4f7de

Please sign in to comment.