Skip to content

Commit

Permalink
Use countdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Dec 15, 2024
1 parent 3a66831 commit 71f67f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ function other ()

const cwd = process .cwd ();

systemSync (`sleep 20`);
systemSync (`countdown 120s`);
systemSync (`npm cache clean --force`);

process .chdir (`${cwd}/../media`);
systemSync (`npm run release`);

process .chdir (`${cwd}/../x_ite-node`);
systemSync (`npm run release`);
systemSync (`sleep 20`);
systemSync (`countdown 120s`);

process .chdir (`${cwd}/../x3d-tidy`);
systemSync (`npm run release`);
Expand Down

0 comments on commit 71f67f9

Please sign in to comment.