ds_exec_step() { title 'build: next.js UI' CURRENT_DIR=$(pwd) cd $PROJECT_DIR/ui/ npm run build npm run export cd $CURRENT_DIR }