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
Build: Pass --omit='' to npm install in build-download
Since the builder sets `NODE_ENV=production`, when running `npm install` inside
`node_modules/download.jqueryui.com`, we need to set `--omit=''` explicitly
or it'd skip installing dev dependencies.
0 commit comments