Skip to content

Commit

Permalink
update to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreyes committed Feb 2, 2023
1 parent a8bf549 commit fde766d
Show file tree
Hide file tree
Showing 3 changed files with 5,056 additions and 5 deletions.
4 changes: 0 additions & 4 deletions deployPackage.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,9 @@ async function main() {
await updatePackageNumber(latestVersion);
console.timeEnd('updated package number')

console.time('done installing 🥯')

console.time('done publishing')
execSync('npm publish');
console.timeEnd('done publishing')

console.timeEnd('done installing 🥯')
}

main();
Loading

0 comments on commit fde766d

Please sign in to comment.