fix(tools): make the editing steps tool keep the challenge type (#54308)

This commit is contained in:
Manabu Matsumoto
2024-04-09 03:27:42 +09:00
committed by GitHub
parent ff08095b9c
commit a6bd2f0981
6 changed files with 29 additions and 6 deletions

View File

@@ -164,6 +164,7 @@ async function createFirstChallenge(
return createStepFile({
projectPath: newChallengeDir + '/',
stepNum: 1,
challengeType: 0,
challengeSeeds
});
}