From 0de5faaf6be18c44eb26b6243d28969849644446 Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Tue, 6 Aug 2024 12:02:29 +0300 Subject: [PATCH] Update package.json and GitHub Action --- .github/workflows/deploy.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7d429a..89e71f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: node-version: '14' - name: Install dependencies - run: npm ci + run: npm install - name: Build run: npm run build diff --git a/package.json b/package.json index 4fde7a6..43527a4 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "Documentation for Business Registry API", "scripts": { "start": "redoc-cli serve openapi/openapi.yaml --watch", - "build": "redoc-cli bundle openapi/openapi.yaml" + "build": "redoc-cli bundle openapi/openapi.yaml -o index.html" }, "keywords": ["api", "documentation", "openapi", "redoc"], "author": "", "license": "ISC", - "devDependencies": { + "dependencies": { "redoc-cli": "^0.13.0" } } \ No newline at end of file