datatracker/dev/deploy/build.sh

7 lines
112 B
Bash

#!/bin/bash
echo "Compiling native node packages..."
yarn rebuild
echo "Packaging static assets..."
yarn build