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
Add an update script to hide git pull origin master behind npm run update. Probably making it work with master branch should be enough for most use-cases. Possible solutions:
Add a dependency check with automatic install in the clean step, to simplify updates for regular users (cf. https://www.npmjs.com/package/check-dependencies)
Add an update script to hide
git pull origin master
behindnpm run update
. Probably making it work with master branch should be enough for most use-cases. Possible solutions:START.command
andSTART_DEV.command
scriptsThe text was updated successfully, but these errors were encountered: