Closed tinyg210 closed 1 year ago
I noticed that make deploy contains 'npm install' and 'npm install -g serverless', the same as make install, so I removed the extra step
make deploy
make install
I noticed that
make deploy
contains 'npm install' and 'npm install -g serverless', the same asmake install
, so I removed the extra step