You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# for reference: https://npm.community/t/let-npm-scripts-change-environment-of-the-current-shell-to-run-scripts-in-a-current-shell-instead-of-a-subshell/6944
# runs a package.json script, but not how npm does (i.e. in a subshell)
# advantages: now sending SIGTERM to npm not immediately terminates our app
# run with a script name as first arg, defaults to "start"