Skip to content

Commit

Permalink
chore: publish document pkg (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 authored Mar 26, 2024
1 parent 9e9eed8 commit 2ca70db
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-fans-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rsdoctor/docs': patch
---

chore: migrate document to packages to publish @rsdoctor/docs
14 changes: 13 additions & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
{
"name": "@rsdoctor/docs",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
"preview": "rspress preview"
},
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
"directory": "packages/document"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"docs",
"src"
],
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@rsdoctor/types": "workspace:*",
"@types/node": "^16",
Expand Down

0 comments on commit 2ca70db

Please sign in to comment.