Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const updateNav = async (updates, {nav, path}) => {
}
}

return fs.writeFile(path, nav.toString(), 'utf-8')
return fs.writeFile(path, nav.toString({ lineWidth: 0 }), 'utf-8')
}

const getCurrentVersions = nav => {
Expand Down
3 changes: 1 addition & 2 deletions content/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1788,8 +1788,7 @@
description: Manage your authentication tokens
- title: npm trust
url: /cli/v11/commands/npm-trust
description: Manage trusted publishing relationships between packages and CI/CD
providers
description: Manage trusted publishing relationships between packages and CI/CD providers
- title: npm undeprecate
url: /cli/v11/commands/npm-undeprecate
description: Undeprecate a version of a package
Expand Down
Loading