Przeglądaj źródła

improve verify-npm

Adam Shaw 7 lat temu
rodzic
commit
5ec452f60c
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      bin/verify-npm.sh

+ 3 - 1
bin/verify-npm.sh

@@ -24,8 +24,10 @@ npm init --yes
 # restore stdout
 exec 1<&4
 
+npm install --save "fullcalendar"
+
 # will print out tree
-npm install --loglevel=error --save-dev "fullcalendar"
+npm ls
 
 # remove the test project directory
 cd ..