first run clean-lock command to prevent incomplete clean up (#2972)

This commit is contained in:
suzanadirla
2018-02-21 11:44:39 +02:00
committed by Eugenio Romano
parent bca77b390e
commit ff887772e3

View File

@@ -19,11 +19,11 @@ done
npm install rimraf
cd "$DIR/../demo-shell"
npm run clean
npm run clean-lock
npm run clean
cd "$DIR/../lib"
npm run clean
npm run clean-lock
npm run clean
cd ${DIR}