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
fix(build): allow gulp install from direct checkout folder
The strict check for running gulp install inside node_modules was breaking the nightly build. The only necessary check was to look for the _site folder, so i adjusted that , so gulp install also works when FUI for example was just cloned from git wihtout being inside node_modules)
0 commit comments