Skip to content

Commit

Permalink
🐛 fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Oct 7, 2023
1 parent b9acf4d commit cc57031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class Builder {
writeJSONSync(resolve(publicDir, localeFileName), agent);

// add agent meta to index

agentIndex.push({
author: agent.author,
createAt: agent.createAt,
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-jsdoc.zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"enableHistoryCount": true,
"historyCount": 1
},
"createAt": "2023-09-01",
"createAt": "2023-10-01",
"examples": [
{
"content": "```\nexport interface SettingsAction {\n resetSettings: () => void;\n setGlobalSettings: (settings: GlobalSettingsState) => void;\n setSettings: (settings: Partial<ConfigSettings>) => void;\n setThemeMode: (themeMode: ThemeMode) => void;\n switchSideBar: (key: SidebarTabKey) => void;\n}\n```",
Expand Down

0 comments on commit cc57031

Please sign in to comment.