Skip to content

Commit 719baee

Browse files
committed
chore: update config
1 parent 2a1bdd3 commit 719baee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@
129129
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
130130
"test:node": "aegir test -t node --cov",
131131
"test:electron-main": "aegir test -t electron-main",
132-
"release": "run-s build docs:no-publish npm:release docs",
133-
"docs": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs",
134-
"docs:no-publish": "NODE_OPTIONS=--max_old_space_size=8192 aegir docs --publish fals"
132+
"release": "aegir release",
133+
"docs": "aegir docs"
135134
},
136135
"dependencies": {
137136
"@libp2p/interface-content-routing": "^2.1.1",
@@ -154,7 +153,6 @@
154153
"ipfsd-ctl": "^13.0.0",
155154
"it-all": "^3.0.3",
156155
"kubo-rpc-client": "^3.0.1",
157-
"npm-run-all": "^4.1.5",
158156
"uint8arrays": "^4.0.6",
159157
"wherearewe": "^2.0.1"
160158
},

0 commit comments

Comments
 (0)