Skip to content

Commit 1868308

Browse files
ricardochlSplaktar
authored andcommitted
fix: fix build script
Update the build script according to the new infrastructure changes of the main repo.
1 parent be723a3 commit 1868308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/lib/common.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export async function resetBuildDir({ init = false }) {
2323

2424
export async function buildADEV() {
2525
await within(async () => {
26-
cd(`${outDir}/adev`);
26+
cd(`${outDir}`);
2727
await $`yarn install`;
28-
await $`yarn build`;
28+
await $`yarn docs:build`;
2929
});
3030
}
3131

0 commit comments

Comments
 (0)