Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Mar 21, 2023
1 parent 1fb113b commit ffec4c8
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 115 deletions.
4 changes: 2 additions & 2 deletions dev/.files/vite/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default async ({ mode, command /*, ssrBuild */ }) => {
/**
* Pre-updates `package.json` properties impacting build process.
*/
await u.updatePkg({ type: updatePkg.type, sideEffects: updatePkg.sideEffects });
await u.updatePkg({ $set: { type: updatePkg.type, sideEffects: updatePkg.sideEffects } });

/**
* Configures plugins for Vite.
Expand Down Expand Up @@ -238,7 +238,7 @@ export default async ({ mode, command /*, ssrBuild */ }) => {
/**
* Updates `package.json`.
*/
await u.updatePkg(updatePkg);
await u.updatePkg({ $set: updatePkg });

/**
* Copies `./.env.vault` to dist directory.
Expand Down
Loading

0 comments on commit ffec4c8

Please sign in to comment.