diff options
| author | Can Eldem <celdem@gitlab.com> | 2019-11-05 19:38:40 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-11-05 19:38:40 +0000 |
| commit | fdc37c2ed387a051756c2e2e2696f41eb93e8236 (patch) | |
| tree | 5bc74c8b74e3e4073d02b82ebf02453b8b30801c /run.sh | |
| parent | d060c35d4d6770035f7d94d86ae42cf10d5806a8 (diff) | |
Add comment for the npm install case
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,6 +136,8 @@ case "$COMMAND" in trap restore_lockfile EXIT echo "Convert package-lock.json to yarn.lock" + # This is needed in order to have proper package.lock in case it is corrupted. + # See https://github.com/yarnpkg/yarn/issues/6103 npm install yarn import --ignore-engines --ignore-scripts fi |
