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
feat: support lockfiles during text-external (#450)
* feat: support lockfiles during text-external
This change detects presence of yarn.lock or package-lock.json
and executes dependency install using optimized command,
speeding up the build.
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
* feat: support npm-shrinkwrap.json during test-external
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
0 commit comments