Skip to content

Commit

Permalink
Update package.json and GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Aug 6, 2024
1 parent b51cdbf commit 0de5faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '14'

- name: Install dependencies
run: npm ci
run: npm install

- name: Build
run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0de5faa

Please sign in to comment.