Skip to content

Commit 1ff433a

Browse files
authored
chore: output bundled files as dist/bundle.yaml (#88)
In the README, 'npm run build' bundles the definition to the dist folder. However before the modification, the script outputed 'dist.yaml' in the root directory. Therefore, 'dist.yaml' was marked as unmanaged by git.
1 parent 76fe44c commit 1ff433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"scripts": {
99
"start": "redocly preview-docs",
10-
"build": "redocly bundle -o dist",
10+
"build": "redocly bundle -o dist/bundle.yaml",
1111
"test": "redocly lint"
1212
}
1313
}

0 commit comments

Comments
 (0)