Skip to content

Commit

Permalink
fix: use vite main continiuous release (#342)
Browse files Browse the repository at this point in the history
* init

* update

* update
  • Loading branch information
Aslemammad authored Dec 13, 2024
1 parent 8ceca26 commit e84e894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem-ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cli
.option('--release <version>', 'vite release to use from npm registry')
.action(async (suites, options: CommandOptions) => {
if (options.commit) {
const url = `https://pkg.pr.new/${options.repo}/vite@${options.commit}`
const url = `https://pkg.pr.new/vite@${options.commit}`
//eslint-disable-next-line n/no-unsupported-features/node-builtins
const { status } = await fetch(url)
if (status === 200) {
Expand Down

0 comments on commit e84e894

Please sign in to comment.