update,
This commit is contained in:
13
tsc1877/task1/project/admin/build.sh
Executable file
13
tsc1877/task1/project/admin/build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
Reference in New Issue
Block a user