Merge branch 'master' into madlittlemods/686-682-local-friendly-development-and-commonjs

Conflicts:
	scripts/sdk/build.sh
This commit is contained in:
Eric Eastwood 2022-04-20 11:58:39 -05:00
commit e9cee2e6a4
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
#!/bin/bash
# Exit whenever one of the commands fail with a non-zero exit code
set -e
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