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
We could consider installing / caching expensive pnpm dependencies like libpg-query in the Dockerfile layers before this using pnpm fetch, so that installation is faster - building libpg-query takes the longest
Maybe also other dependencies of the ESLint config? (not only @ts-safeql/eslint-plugin but also others too?)
The text was updated successfully, but these errors were encountered:
We could consider installing / caching expensive pnpm dependencies like
libpg-query
in the Dockerfile layers before this usingpnpm fetch
, so that installation is faster - buildinglibpg-query
takes the longestMaybe also other dependencies of the ESLint config? (not only
@ts-safeql/eslint-plugin
but also others too?)The text was updated successfully, but these errors were encountered: