Skip to content

Commit

Permalink
bump cli to use the proper dashboard URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 13, 2024
1 parent abcf1c2 commit 124e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function executeCliPreviewCommand(stellateConfigDirectory: string) {
const exitCode = await exec.exec(
'npx',
// The --yes flag is used to suppress the warning 'The following package was not found and will be installed'
['--yes', 'stellate@2.4.0', 'config', 'preview', '--json'],
['--yes', 'stellate@2.11.1', 'config', 'preview', '--json'],
options
)

Expand Down

0 comments on commit 124e30f

Please sign in to comment.