diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1f216d2..38a6cb8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" cache: "yarn" cache-dependency-path: yarn.lock env: @@ -39,19 +39,14 @@ jobs: strategy: fail-fast: false matrix: - test-group: - [ - "core", - "docusaurus", - "playground" - ] + test-group: ["core", "docusaurus", "playground"] steps: - name: Checkout uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" cache: "yarn" cache-dependency-path: yarn.lock - name: Restore node_modules @@ -88,7 +83,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" cache: "yarn" cache-dependency-path: yarn.lock - name: Restore node_modules diff --git a/README.md b/README.md index 187902a..e2a12bd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- +

-Generate great looking docs for your typescript project. **[Quick Start](https://docsgen.dev/) • [Documentation](https://docs.docsgen.dev/) -• [Guides](https://docs.docsgen.dev/guides)** +Generate great looking docs for your typescript project. **[Quick Start](https://docsgen.dev/) • +[Documentation](https://docs.docsgen.dev/) • [Guides](https://docs.docsgen.dev/guides)**
@@ -15,31 +15,30 @@ Generate great looking docs for your typescript project. **[Quick Start](https:/ - ## Help us keep working on this project ❤️ -Sponsoring is important part of the docsgen growth. We strongly encourage you to help us maintain the project and allow us -to shape the future of the frameworks. +Sponsoring is important part of the docsgen growth. We strongly encourage you to help us maintain the project and allow +us to shape the future of the frameworks. - [Become a Sponsor on GitHub](https://github.com/sponsors/prc5) diff --git a/packages/core/package.json b/packages/core/package.json index 10a06a1..20b6e0c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,7 +12,6 @@ "types": "dist/index.d.ts", "source": "src/index.ts", "scripts": { - "prepublishOnly": "yarn build", "clean": "npx rimraf dist", "test": "jest --watchAll --maxWorkers=3", "test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit", diff --git a/packages/docusaurus/package.json b/packages/docusaurus/package.json index 74487b6..e159b68 100644 --- a/packages/docusaurus/package.json +++ b/packages/docusaurus/package.json @@ -12,7 +12,6 @@ "types": "dist/index.d.ts", "source": "src/index.ts", "scripts": { - "prepublishOnly": "yarn build", "clean": "npx rimraf dist", "test": "jest --watchAll --maxWorkers=3", "test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit", diff --git a/packages/playground/package.json b/packages/playground/package.json index 41bca45..096701a 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -11,7 +11,6 @@ "types": "dist/index.d.ts", "source": "src/index.ts", "scripts": { - "prepublishOnly": "yarn build", "clean": "npx rimraf dist", "test": "jest --watchAll --maxWorkers=3", "test:pipeline": "jest --watchAll=false --maxWorkers=1 --no-cache --detectOpenHandles --forceExit",