Skip to content

Commit

Permalink
run the node script directly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Aug 18, 2024
1 parent 5849a6a commit d0adb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function getConfig(project) {
name: 'build-cli-templates',
writeBundle() {
console.log('building templates');
execSync('pnpm -F sv build:templates');
execSync('node scripts/build-templates.js', { cwd: path.resolve('packages', 'cli') });
console.log('finished building templates');
}
};
Expand Down

0 comments on commit d0adb79

Please sign in to comment.