Skip to content

Commit

Permalink
chore: update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 23, 2023
1 parent e53dec3 commit 913ab6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
"docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs",
"docs:no-publish": "npm run docs -- --publish false",
"dep-check": "aegir run dep-check",
"release": "npm run docs:no-publish && npm run release:npm && npm run docs",
"release:npm": "aegir exec npm -- publish",
"release:rc": "aegir release-rc"
"release": "npm run docs:no-publish && aegir run release && npm run docs"
},
"dependencies": {
"aegir": "^38.1.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node --cov",
"test:electron-main": "aegir test -t electron-main"
"test:electron-main": "aegir test -t electron-main",
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^0.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"clean": "aegir clean",
"lint": "aegir lint",
"dep-check": "aegir dep-check",
"build": "aegir build"
"build": "aegir build",
"release": "aegir release"
},
"dependencies": {
"@libp2p/interface-libp2p": "^1.1.0",
Expand Down

0 comments on commit 913ab6a

Please sign in to comment.