Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-06-01 18:28:46 +0300
committerGar <gar+gh@danger.computer>2021-06-01 20:40:33 +0300
commitfb630b5a9af86c71602803297634ec291eeedee0 (patch)
tree4d87744623052ef7cb7c8c27b25400be338669c6 /Makefile
parent73633e566661f38d78a61faa1ab43919dc5696e6 (diff)
chore: manage docs as a workspace
- Add `./docs` as a workspace - Reinstate `./docs/package.json` to manage docs deps - Ignore `docs/content` markdown source folder from published tarball - Tweaked `make docs` to use `npm run` to run docs build step - Tweaked "bundle and gitignore" script to ignore symlinks in nm folder - Removed outdated `package.json` comment Relates to: https://github.com/npm/statusboard/issues/362 PR-URL: https://github.com/npm/cli/pull/3342 Credit: @ruyadorno Close: #3342 Reviewed-by: @wraithgar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d35cbbf5f..280e38f36 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ $(version_mandocs): package.json
htmldocs: dev-deps
node bin/npm-cli.js rebuild
- cd docs && node dockhand.js >&2
+ node bin/npm-cli.js run -w docs build
clean: docs-clean gitclean