Skip to content

Commit

Permalink
chore: add index.d.ts to fmt process
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Jul 4, 2023
1 parent 3fb0b11 commit 2165026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ declare namespace Docs {
mobileViewport?: boolean;
setSideBarOpen?: (value: boolean) => void;
toggleDarkMode?: () => void;
}
};
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"build": "export APP_PROCESS=build && next build",
"dev": "export APP_PROCESS=build && next dev",
"fmt": "deno fmt src/ docs/ pages/ tests/ styles/ README.md",
"dev": "next dev",
"fmt": "deno fmt index.d.ts src/ docs/ pages/ tests/ styles/ README.md",
"lint": "next lint",
"start": "next start"
},
Expand Down

0 comments on commit 2165026

Please sign in to comment.