Skip to content

Commit

Permalink
attempt to tweak CI for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 13, 2022
1 parent f036ca6 commit c684edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/v2-addon-dev-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ appScenarios
'./package.json': './package.json',
};
addon.pkg.scripts = {
build: './node_modules/rollup/dist/bin/rollup -c ./rollup.config.mjs',
build: 'node ./node_modules/rollup/dist/bin/rollup -c ./rollup.config.mjs',
};

merge(addon.files, {
Expand Down

0 comments on commit c684edf

Please sign in to comment.