Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/DemoMacro/docen
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoMacro committed Jul 3, 2023
2 parents 27c1d0b + 8da9a12 commit 8918738
Show file tree
Hide file tree
Showing 4 changed files with 705 additions and 47 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"@funish/githooks-config": "edge",
"@funish/lint": "edge",
"@types/node": "20.3.2",
"@vercel/ncc": "0.36.1",
"pkg": "5.8.1",
"prettier": "2.8.8",
"rome": "12.1.3",
"unbuild": "1.2.1"
Expand Down
3 changes: 2 additions & 1 deletion packages/docen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
},
"scripts": {
"prepack": "unbuild"
"prepack": "unbuild",
"bundle": "pnpm prepack && ncc build dist/cli.cjs -o dist/ncc && cp dist/ncc/index.cjs dist/ncc/docen.cjs && pkg dist/ncc/docen.cjs --out-path dist/bundle -C GZip"
},
"repository": {
"type": "git",
Expand Down
6 changes: 0 additions & 6 deletions packages/docen/sea.ps1

This file was deleted.

Loading

0 comments on commit 8918738

Please sign in to comment.