Skip to content

Commit

Permalink
refactor: steps order
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 25, 2024
1 parent 9d65507 commit bd3c9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { existsSync, type PathLike } from 'fs';
import { existsSync } from 'fs';
import fs from 'fs/promises';
import { logger } from '../../../utils/logger';
import { join } from 'path';
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export interface StepsCompleted {
installPayload: boolean;
createDocFiles: boolean;
prettifyCode: boolean;
prepareDrink: boolean;
initializeRepository: boolean;
pushToGitHub: boolean;
createSupabaseProject: boolean;
Expand All @@ -20,6 +19,7 @@ export interface StepsCompleted {
updateVercelProjectSettings: boolean;
connectSupabaseProject: boolean;
deployVercelProject: boolean;
prepareDrink: boolean;
}

export interface StaplerState {
Expand Down

0 comments on commit bd3c9c7

Please sign in to comment.