Files
004_comission/tsc1877/task1/project/admin/build.sh
louiscklaw 5c584709c4 update,
2025-01-31 20:14:02 +08:00

14 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
set -x
rm -rf /s /q .next
rm -rf /s /q node_modules/*
yarn
yarn build
node ./db_seed/seed_all.js
yarn start