9 lines
90 B
Batchfile
9 lines
90 B
Batchfile
rmdir /s /q .next
|
|
|
|
call yarn
|
|
call yarn build
|
|
|
|
call node ./db_seed/seed_all.js
|
|
|
|
yarn start
|