Jhernandez has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/377311 )
Change subject: Docs: Update staging server guide to install w/ --no-save ...................................................................... Docs: Update staging server guide to install w/ --no-save So that npm install doesn't modify neither package.json nor package-lock.json causing further git conflicts that would break the staging repo auto-updating. Bug: T175255 Change-Id: I6b60947e691b8ce4864fa20c7b26d8cdb06edca7 --- M docs/setting-a-staging-server.md 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/marvin refs/changes/11/377311/1 diff --git a/docs/setting-a-staging-server.md b/docs/setting-a-staging-server.md index 2297418..159c06d 100644 --- a/docs/setting-a-staging-server.md +++ b/docs/setting-a-staging-server.md @@ -153,7 +153,7 @@ echo "Installing and building server bundle" # Use our newer install of npm: -/usr/local/bin/npm install +/usr/local/bin/npm install --no-save /usr/local/bin/npm run build echo "Removing previously started server processes" -- To view, visit https://gerrit.wikimedia.org/r/377311 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6b60947e691b8ce4864fa20c7b26d8cdb06edca7 Gerrit-PatchSet: 1 Gerrit-Project: marvin Gerrit-Branch: master Gerrit-Owner: Jhernandez <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
