Files
NLnetLabs-krill/daemon/build-dist.sh
T

11 lines
108 B
Bash
Executable File

#!/bin/bash
DIR=`dirname $0`
cd $DIR/ui
if [ ! -d "node_modules" ]; then
npm install
fi
yarn run build