Add --no-update-notifier flag to npm calls to speedup processing.

This commit is contained in:
Dave Conway-Jones
2019-03-07 09:03:25 +00:00
parent b246f0779f
commit 3b11195caa
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Runtime
- Remove remnants of when library in git/index Fixes #2057
- Clear subflow status on close
- Add exportGlobalContextKeys to prevent exposing functionGlobalContext keys
- Add --no-audit flag to npm commands to reduce workload
- Add --no-audit and --no-update-notifier flags to npm commands to reduce workload
Editor
- Transfer placeholder and type to generated TypedInput field