Skip to content

Commit

Permalink
🐛 fix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 25, 2024
1 parent 8e5f8f0 commit 820b4bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
"react.js"
],
"scripts": {
"build": "father build && cp react.js react.d.ts && cp server.js server.d.ts",
"build": "npm run clean && father build && npm run build:d",
"build:d": "cp react.js react.d.ts && cp server.js server.d.ts",
"ci": "npm run lint && npm run type-check && npm run doctor",
"clean": "rm react.d.ts && rm server.d.ts",
"dev": "father dev",
"docs:build": "npm run build && dumi build",
"docs:build-analyze": "ANALYZE=1 dumi build",
Expand Down

0 comments on commit 820b4bc

Please sign in to comment.