From d2ec766255cc7c450d96822f7d97ed1a4ddab321 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 18 Dec 2025 02:24:47 +0200 Subject: [PATCH] add new docs --- astro.config.mjs | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index b7c26115..f78272ed 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -175,7 +175,7 @@ export default defineConfig({ { label: 'Import Cucumber BDD Tests', link: '/project/import-export/import/import-bdd'}, { label: 'Import PHP Tests', link: '/project/import-export/import/import-php'}, { label: 'Automated Import', link: '/project/import-export/import/auto-import'}, - // { label: 'Java Check Tests', link: '/project/import-export/import/java-check-tests'}, + { label: 'Java Check Tests', link: '/project/import-export/import/java-check-tests'}, ], }, { @@ -218,7 +218,7 @@ export default defineConfig({ { label: 'Functions', link: '/test-reporting/functions'}, { label: 'Reporting API', link: '/test-reporting/api'}, { label: 'Logger', link: '/test-reporting/logger'}, - // { label: 'Testomat.io Java Reporter', link: '/test-reporting/java-reporter'}, + { label: 'Testomat.io Java Reporter', link: '/test-reporting/java-reporter'}, { label: 'Pipes', collapsed: true, diff --git a/package.json b/package.json index cf062cf7..3f12260a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "preview": "astro preview", "astro": "astro", "docs": "node ./src/scripts/runok.js docs", - "publish": "npm run docs && npm run build" + "publish": "pnpm run docs && pnpm run build" }, "license": "MIT", "devDependencies": {