diff --git a/scripts/update_web.sh b/scripts/update_web.sh new file mode 100644 index 000000000..f83fb757d --- /dev/null +++ b/scripts/update_web.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +# run from root +# make sure ncu is installed globally (https://github.com/raineorshine/npm-check-updates) + +cd interface +ncu -u +yarn set version stable +yarn +yarn format +yarn lint + +cd ../mock-api +ncu -u +yarn set version stable +yarn +yarn format + +cd .. \ No newline at end of file