2021-02-26 08:52:55 +01:00

6 lines
79 B
Bash

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