# !/bin/bash
set +e

rm -rf node_modules/
rm -rf ./features/*.feature
rm -rf ./cucumber-report.html
rm -rf *.DS_Store
