MDL-42774 JavaScript: Ensure that shifter cleans build directories before running

This commit is contained in:
Andrew Nicols
2013-11-11 18:29:35 +08:00
parent 2d764047ca
commit 3c2d450259
+2 -1
View File
@@ -1,4 +1,5 @@
{
"coverage": false,
"lint": "config"
"lint": "config",
"clean": true
}