mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
@@ -5,14 +5,14 @@ url: /commands/hugo_mod_npm_pack/
|
||||
---
|
||||
## hugo mod npm pack
|
||||
|
||||
Experimental: Prepares and writes a composite package.json file for your project.
|
||||
Experimental: Prepares and writes a composite package.json file for your project
|
||||
|
||||
### Synopsis
|
||||
|
||||
Prepares and writes a composite package.json file for your project.
|
||||
|
||||
On first run it creates a "package.hugo.json" in the project root if not already there. This file will be used as a template file
|
||||
with the base dependency set.
|
||||
with the base dependency set.
|
||||
|
||||
This set will be merged with all "package.hugo.json" files found in the dependency tree, picking the version closest to the project.
|
||||
|
||||
@@ -55,5 +55,5 @@ hugo mod npm pack [flags] [args]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hugo mod npm](/commands/hugo_mod_npm/) - Various npm helpers.
|
||||
* [hugo mod npm](/commands/hugo_mod_npm/) - Various npm helpers
|
||||
|
||||
|
Reference in New Issue
Block a user