Adam Shaw hace 6 años
padre
commit
e280aa3b48
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 1 1
      packages-contrib/vue
  2. 4 2
      scripts/ci.sh

+ 1 - 1
packages-contrib/vue

@@ -1 +1 @@
-Subproject commit eca5947c01a82fe2c3acc9df9f049e2a3b04142b
+Subproject commit 2ef77f19ad768e59381673aee72dc0d218d58661

+ 4 - 2
scripts/ci.sh

@@ -5,9 +5,11 @@ set -e # always immediately exit upon error
 npm run clean
 npm run build
 npm run test:single
-npm run lint
+# npm run lint # for v5!!!
 
-EXCLUDE_PKGS=''
+# for v5!!!
+# EXCLUDE_PKGS=''
+EXCLUDE_PKGS='example-projects/angular'
 
 # all angular-related packages have e2e tests that require a complicated CI setup.
 # (see .travis.yml in each project). Skip altogether for now.