@@ -3,7 +3,11 @@ cd demo-shell-ng2
#!/bin/sh
if [[ $1 = "-install" ]]; then
npm install
npm run start
elif [[ $1 = "-update " ]]; then
npm run update
else
npm run start.dev
fi
The note is not visible to the blocked user.