e79ddd6d6dff19c65b255bd0d780377773862491
[civicrm-core.git] / tools / scripts / npm / postinstall.sh
1 #!/bin/bash
2 if [ -d node_modules ]; then
3 find node_modules/ -name '*.info' -type f -delete
4 fi