Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Apr 11, 2024
1 parent 8ea200c commit bf5acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/vite-app-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ viteAppScenarios
});

project.addDevDependency(addon);
project.addDevDependency('sass');
project.addDevDependency('sass', 'latest');

let addon2 = baseAddon();
addon2.pkg.name = 'my-addon2';
Expand Down

0 comments on commit bf5acfe

Please sign in to comment.