2022-02-08 10:10:06 +01:00

6 lines
89 B
Bash

#!/usr/bin/env bash
if [ ! -d 'node_modules' ]; then
npm ci
fi
npm run serve -- --host