Skip to content

Commit

Permalink
chore: update project config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 15, 2024
1 parent c7c81b5 commit 29bf459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "aegir run lint",
"dep-check": "aegir run dep-check",
"release": "run-s build docs:no-publish npm:release docs",
"npm:release": "aegir run release",
"npm:release": "aegir release",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"dep-check": "aegir dep-check",
"build": "aegir build",
"test": "aegir test",
"test:node": "aegir test -t node --cov",
"release": "aegir release"
"test:node": "aegir test -t node --cov"
},
"dependencies": {
"@libp2p/interface": "^0.1.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"dep-check": "aegir dep-check -i sinon",
"build": "aegir build --bundle false",
"test": "aegir test -t node",
"test:node": "aegir test -t node --cov",
"release": "aegir release"
"test:node": "aegir test -t node --cov"
},
"dependencies": {
"@fastify/cors": "^8.3.0",
Expand Down

0 comments on commit 29bf459

Please sign in to comment.