Explorar el Código

revive building angular example in ci script

Adam Shaw hace 5 años
padre
commit
d9d5c6e5ef
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      scripts/ci.sh

+ 1 - 3
scripts/ci.sh

@@ -7,9 +7,7 @@ npm run build
 npm run test:ci
 # npm run lint # for v5!!!
 
-# for v5!!!
-# EXCLUDE_PKGS=''
-EXCLUDE_PKGS='example-projects/angular'
+EXCLUDE_PKGS=''
 
 # all angular-related packages have e2e tests that require a complicated CI setup.
 # (see .travis.yml in each project). Skip altogether for now.