PHRAS-2296

Erase files contents of cache repo during make
This commit is contained in:
Nicolas Maillat
2018-11-16 17:08:36 +01:00
committed by GitHub
parent 5e2a9d8b14
commit b74a8825b6

View File

@@ -17,6 +17,7 @@ install_assets:
clean_assets:
rm -rf ./node_modules
rm -rf ./www/assets
rm -Rf ./cache/*
mkdir ./node_modules
touch ./node_modules/.gitkeep