Skip to content

Commit

Permalink
Added missing subpackage
Browse files Browse the repository at this point in the history
Co-Authored-By: Jan Siegel <jansiegel@users.noreply.github.com>
  • Loading branch information
wszymanski and jansiegel committed Mar 16, 2023
1 parent 28603da commit 8d8cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/install-subpackages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for (const frameworkPackage of thisPackageJson.internal.framework_dirs) {
// examples).
await spawnProcess([
'node --experimental-json-modules ./scripts/link-packages.mjs',
'--f js ts angular angular-9 angular-10 angular-11 angular-12 angular-13 react vue',
'--f js ts angular angular-9 angular-10 angular-11 angular-12 angular-13 react vue vue3',
`--examples-version ${version}`,
].join(' '));
}

0 comments on commit 8d8cfef

Please sign in to comment.