Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
chore: use aegir release command (#11)
Browse files Browse the repository at this point in the history
Instead of calling semantic release directly
  • Loading branch information
achingbrain committed May 23, 2022
1 parent 3afc517 commit d63b76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -124,7 +124,7 @@
"test:node": "aegir test -t node --cov",
"test:chrome": "aegir test -t browser --cov",
"test:firefox": "aegir test -t browser -- --browser firefox",
"release": "semantic-release"
"release": "aegir release"
},
"dependencies": {
"@libp2p/interfaces": "^2.0.1",
Expand Down

0 comments on commit d63b76d

Please sign in to comment.