Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
chore: fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 8, 2022
1 parent 4be91ec commit d2c2dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node --cov",
"test:electron-main": "aegir test -t electron-main",
"release": "npm run release"
"release": "aegir release"
},
"dependencies": {
"@libp2p/interfaces": "^1.3.20",
Expand Down

0 comments on commit d2c2dc0

Please sign in to comment.