We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242634e commit a82a63cCopy full SHA for a82a63c
packages/makage/src/commands/assets.ts
@@ -9,7 +9,7 @@ export async function runAssets(_args: string[]) {
9
// README + FOOTER -> dist/README.md
10
await runReadmeFooter([
11
'--source', 'README.md',
12
- '--footer', 'FOOTER.md',
+ '--footer', '../../FOOTER.md',
13
'--dest', path.join('dist', 'README.md')
14
]);
15
}
0 commit comments