Skip to content

Commit

Permalink
feat: add version update as a pre-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Dec 15, 2023
1 parent bc9af79 commit c001baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added scripts/pre-push
Empty file.
3 changes: 3 additions & 0 deletions version.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* generated */ const version = {"date": "01234", "lastCommit": "asdasd" };

console.log("VERSION", version);

0 comments on commit c001baa

Please sign in to comment.