Skip to content

Commit

Permalink
馃敡 refactor: refactor to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 15, 2023
1 parent 761f22b commit 9858fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:server": "tsc server.ts --declaration",
"ci": "npm run lint && npm run type-check",
"dev": "father dev",
"docs:build": "npm run setup && dumi build",
"docs:build": "npm run setup && npm run build && dumi build",
"docs:build-analyze": "ANALYZE=1 dumi build",
"docs:dev": "npm run setup && dumi dev",
"doctor": "father doctor",
Expand Down

0 comments on commit 9858fcb

Please sign in to comment.