View | Details | Raw Unified | Return to bug 38031
Collapse All | Expand All

(-)a/package.json (-1 / +1 lines)
Lines 57-62 Link Here
57
    "build:prod": "yarn css:build:prod && yarn js:build:prod && yarn api:bundle",
57
    "build:prod": "yarn css:build:prod && yarn js:build:prod && yarn api:bundle",
58
    "cypress": "cypress",
58
    "cypress": "cypress",
59
    "prettier": "prettier",
59
    "prettier": "prettier",
60
    "po2json": "po2json",
60
    "api:bundle": "redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json"
61
    "api:bundle": "redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json"
61
  },
62
  },
62
  "repository": {
63
  "repository": {
63
- 

Return to bug 38031