Remove extra space

This commit is contained in:
Eric Eastwood 2022-04-20 17:32:12 -05:00
parent f1e07b6842
commit ce289baba6
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ set -o pipefail
# Enable extended globs so we can use the `!(filename)` glob syntax
shopt -s extglob
rm -rf target/*
yarn run vite build -c vite.sdk-assets-config.js
yarn run vite build -c vite.sdk-lib-config.js