Adding script to fix swagger style
... | ... | @@ -17,7 +17,7 @@ |
"test-automation": "npm run clean && npm install && npm run build && npm run test-coverage", | ||
"test-e2e-parallel": "node ./tests/e2e/parallel/run_e2e_tests_parallel.js", | ||
"copy-static-files": "copyfiles --error --up 1 ./docs/api/openapi.osdu.yaml ./dist/docs", | ||
"postbuild": "npm run copy-static-files" | ||
"postbuild": "npm run copy-static-files && node devops/scripts/style_swagger.js" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
... | ... | @@ -78,7 +78,7 @@ |
"redis": "^3.0.2", | ||
"redlock": "^4.1.0", | ||
"redlock-async": "^3.1.2-fix.2", | ||
"replace-in-file": "^6.1.0", | ||
"replace-in-file": "^6.2.0", | ||
"request": "2.88.2", | ||
"request-promise": "4.2.6", | ||
"swagger-ui-express": "^4.1.6", | ||
... | ... |
Please register or sign in to comment