Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed Jul 31, 2024
1 parent ed4a105 commit 1ac2638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ const buildMultiPlatformServiceImage = async (service, tag) => {
const buildServiceImages = async () => {
const workingDir = await makeWorkingDir();
console.log('copying modules to working directory');
// TODO modify this to npm ci in the working dir instead of copying node_modules so we can
// conveniently drop devDependencies
await exec('cp', ['-r', './node_modules', './package.json', './package-lock.json', workingDir]);
console.log('packing modules');
await exec('npm', ['pack'], { cwd: workingDir });
Expand Down

0 comments on commit 1ac2638

Please sign in to comment.