Skip to content
Permalink
Browse files
now installs packages
  • Loading branch information
aa7401 committed Nov 22, 2020
1 parent 6b69776 commit f2e78c638a0d937df6d2a51c389f5c5ba0780af1
Showing 1 changed file with 5 additions and 5 deletions.
@@ -74,11 +74,11 @@ api-test --version
echo
echo "=========== INSTALLING THE ${green}NODE PACKAGES${reset} ==========="
echo
# rm -rf node_modules
# rm -rf package-lock.json
# npm install
# npm install --save-dev eslint ava # we WILL ensure these are installed!
# npm audit fix
rm -rf node_modules
rm -rf package-lock.json
npm install
npm install --save-dev eslint ava # we WILL ensure these are installed!
npm audit fix

echo
echo "========= CUSTOMISING SHELL PROMPT =========="

0 comments on commit f2e78c6

Please sign in to comment.