|
Lines 51-57
Link Here
|
| 51 |
"js:watch": "webpack --mode development --watch", |
51 |
"js:watch": "webpack --mode development --watch", |
| 52 |
"js:build:prod": "webpack --mode production", |
52 |
"js:build:prod": "webpack --mode production", |
| 53 |
"build": "yarn css:build && yarn js:build && yarn api:bundle", |
53 |
"build": "yarn css:build && yarn js:build && yarn api:bundle", |
| 54 |
"build:prod": "yarn css:build:prod && yarn js:build:prod", |
54 |
"build:prod": "yarn css:build:prod && yarn js:build:prod && yarn api:bundle", |
| 55 |
"cypress": "cypress", |
55 |
"cypress": "cypress", |
| 56 |
"prettier": "prettier", |
56 |
"prettier": "prettier", |
| 57 |
"api:bundle": "redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json" |
57 |
"api:bundle": "redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json" |
| 58 |
- |
|
|