Skip to content

Commit

Permalink
chore: remove custom publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
andibeuge committed Nov 6, 2024
1 parent a53a2c5 commit 78bf498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/main.yml.deprecated

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"lint": "echo 'Linting missing in this project'",
"test": "unset LOG_LEVEL; nyc mocha --require @babel/register --exit",
"build": "babel ./src -d ./lib",
"publish": "npm run build && git commit -a -m 'buit release....' && npm version patch && git push --follow-tags"
"build": "babel ./src -d ./lib"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 78bf498

Please sign in to comment.