craft icon indicating copy to clipboard operation
craft copied to clipboard

check if node_modlules is empty

Open dlindberg opened this issue 2 years ago • 0 comments

Check if node_modules is empty or does not exist instead of just does not exist.

Description

Checking if the directory is empty allows the container to know it needs to run npm install when there is already a package-lock.json file

Related issues

issue #82

dlindberg avatar Jun 03 '22 14:06 dlindberg