Skip to content

Commit

Permalink
chore: back to main branch for îles (#201)
Browse files Browse the repository at this point in the history
Originally changed to run `vite-4` in:

- #162
  • Loading branch information
ElMassimo committed Mar 30, 2023
1 parent 655bcdb commit d6c10df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/iles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export async function test(options: RunOptions) {
'@vitejs/plugin-vue': true,
},
beforeInstall: async () => $`git lfs install && git lfs pull`,
branch: options.viteMajor === 4 ? 'vite-4' : 'main',
build: 'build:all',
test: 'test',
})
Expand Down

0 comments on commit d6c10df

Please sign in to comment.