Skip to content

Commit 75c2234

Browse files
committed
chore: build command
1 parent a9d2d3f commit 75c2234

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@flat/api-reference",
33
"version": "2.9.0",
44
"dependencies": {
5-
"@redocly/cli": "1.25.6",
5+
"@redocly/cli": "1.25.7",
66
"bower": "^1.8.14",
77
"connect": "^3.7.0",
88
"cors": "^2.8.5",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
22
'use strict';
3-
var Path = require('path');
43

54
require('shelljs/global');
65
set('-e');
@@ -9,5 +8,5 @@ mkdir('-p', 'web_deploy')
98

109
cp('-R', 'web/*', 'web_deploy/');
1110

12-
exec('pnpm run openapi bundle ${API_SPEC_DIR_FILE:-spec/openapi.yaml} --format=json --output=web_deploy/openapi.json');
11+
exec('pnpm run openapi bundle ${API_SPEC_DIR_FILE:-spec/openapi.yaml} --output=web_deploy/openapi.json');
1312
exec('pnpm run openapi bundle ${API_SPEC_DIR_FILE:-spec/openapi.yaml} --output=web_deploy/openapi.yaml');

0 commit comments

Comments
 (0)