Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Jan 8, 2025
1 parent 4f446f6 commit 451359d
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 64 deletions.
131 changes: 72 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions webpack/prout-plugin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ export class PROutPlugin {
compiler.outputFileSystem.mkdirSync(
join(
import.meta.dirname,
'dist',
'riff-raff',
'js',
'commercial',
'..',
'dist',
'riff-raff',
'js',
'commercial',
),
{ recursive: true },
);

const outputPath = join(
import.meta.dirname,
'..',
'dist',
'riff-raff',
'js',
Expand All @@ -36,7 +38,6 @@ export class PROutPlugin {
outputPath,
`Commercial bundle commit hash: ${commitSHA}`,
);

});
};
}
2 changes: 2 additions & 0 deletions webpack/update-parameter-store-plugin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class UpdateParameterStorePlugin {
const output = JSON.stringify(cloudformation, null, 2);
const outputPath = join(
import.meta.dirname,
'..',
'dist',
'riff-raff',
'cloudformation',
Expand All @@ -59,6 +60,7 @@ export class UpdateParameterStorePlugin {
compiler.outputFileSystem.mkdirSync(
join(
import.meta.dirname,
'..',
'dist',
'riff-raff',
'cloudformation',
Expand Down

0 comments on commit 451359d

Please sign in to comment.