Test using console log
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rebecca-Chou 2022-02-02 16:04:40 +08:00
parent b06189f5f3
commit 6e8f7bba94
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ async function getTeamWithImages(team: TeamMember[]) {
export const getStaticProps: GetStaticProps<Props> = async () => {
const execNames = await getExecNames();
console.log(execNames);
const execs = (await Promise.all(
execNames.map((name) => getExec(name))
)) as SerializedExec[];