Files
louiscklaw c8cd212029 update,
2025-01-31 21:39:17 +08:00

12 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
rm -rf .next node_modules/*
yarn --dev
yarn build
yarn demo