Skip to content

Commit

Permalink
docs: ignore metrics dependency as it is needed for docs (libp2p#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed May 29, 2023
1 parent f485990 commit f9a5840
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 @@ -100,7 +100,7 @@
"clean": "aegir clean",
"lint": "aegir lint",
"doc-check": "aegir doc-check --inputFiles doc/*.md",
"dep-check": "aegir dep-check -i protons",
"dep-check": "aegir dep-check -i protons @libp2p/prometheus-metrics",
"prepublishOnly": "node scripts/update-version.js && npm run build",
"build": "aegir build",
"docs": "aegir docs",
Expand Down

0 comments on commit f9a5840

Please sign in to comment.