Skip to content

Commit

Permalink
Fix dist ci package (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel authored Oct 25, 2023
1 parent e71aa47 commit 3eb376f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .changeset/ninety-grapes-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@shopify/cli-hydrogen': patch
'@shopify/create-hydrogen': patch
'@shopify/hydrogen': patch
'@shopify/hydrogen-react': patch
'demo-store': patch
---

Fix template dist package due to CI error
2 changes: 1 addition & 1 deletion scripts/compile-template-for-dist.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {resolve} from 'path';
import fs from 'fs-extra';
import {transpileProject} from '../packages/cli/dist/lib/transpile-ts.js';
import {transpileProject} from '../packages/cli/dist/lib/transpile/index.js';

(async () => {
const [template, ...flags] = process.argv.slice(2);
Expand Down

0 comments on commit 3eb376f

Please sign in to comment.