Skip to content

Commit

Permalink
fix(build): replace workspace version in artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Feb 21, 2024
1 parent c0281dc commit c11736b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/qwik-save-artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const root = join(__dirname, '..');
const srcRepoRef = 'https://github.com/BuilderIO/qwik/commit/';

(async () => {
// This replaces the `workspace:^` versions with the actual versions.
await $('npx', 'syncpack', 'fix-mismatches', '-c', '/dev/null');
const finishQwik = await prepare({
buildRepo: 'qwik-build',
artifactsDir: join(root, 'packages', 'qwik', 'dist'),
Expand Down

0 comments on commit c11736b

Please sign in to comment.