Update build.mjs

fix typo in calling the build script
This commit is contained in:
steam0r 2022-01-10 11:52:22 +01:00 committed by Aria
parent 9d2543d354
commit 57af1156ba

View file

@ -32,7 +32,7 @@ const packagesToBuild = [
} }
await Promise.all([ await Promise.all([
$`yarn run buid:ts`, $`yarn run build:ts`,
...packagesToBuild.map( ...packagesToBuild.map(
(workspace) => $`yarn workspace ${workspace} run build`, (workspace) => $`yarn workspace ${workspace} run build`,
), ),