clear node modules before building a new release

This commit is contained in:
soulgalore 2017-01-10 09:57:57 +01:00
parent 3cd5040f82
commit f2734d6a82
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
set -e
# Remove the local sitespeed-result dir
rm -fR sitespeed-result
# Remove the local sitespeed-result dir and node modules to start clean
rm -fR sitespeed-result node_modules
# Super simple release script for sitespeed.io
# Lets use it it for now and make it better over time :)