[Minor][Test] Clean WASM environment before build (#5759)
authorJunru Shao <junrushao1994@gmail.com>
Wed, 10 Jun 2020 00:32:38 +0000 (17:32 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 00:32:38 +0000 (17:32 -0700)
tests/scripts/task_web_wasm.sh

index c68902c..717d328 100755 (executable)
@@ -22,6 +22,7 @@ set -u
 export PYTHONPATH=`pwd`/python
 
 cd web
+make clean
 npm install
 npm run lint
 npm run prepwasm