-
Daniel Schultz authored
When the package.json and package-lock.json files are copied they may not have the proper permissions, which results in a build failure. By setting the permisssions *after* the copy is performed we ensure they will be available to npm during `npm install` Issue #2694
Daniel Schultz authoredWhen the package.json and package-lock.json files are copied they may not have the proper permissions, which results in a build failure. By setting the permisssions *after* the copy is performed we ensure they will be available to npm during `npm install` Issue #2694