diff --git a/s/preview b/s/preview index 12752738f..f7a2c078d 100755 --- a/s/preview +++ b/s/preview @@ -24,6 +24,7 @@ assert_dir $SOURCE cd $SOURCE git fetch || abort "failed to update source. do you have local changes?" [ -z $1 ] || git checkout $1 +git pull git submodule update s/build || abort "build failed." }