Skip to content

Commit

Permalink
Update deploy/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon authored Nov 24, 2023
1 parent c7c3ac7 commit 908406c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ const test =
(commands: string[]): void => {
process.chdir(`${__dirname}/../packages/${name}`);

if (fs.existsSync("node_modules/typia"))
cp.execSync("npm uninstall typia", { stdio: "ignore" });

const pack: any = JSON.parse(fs.readFileSync("package.json", "utf8"));
pack.dependencies ??= {};
pack.dependencies.typia = path.resolve(
Expand Down

0 comments on commit 908406c

Please sign in to comment.