diff --git a/package.json b/package.json index 9cf22c8..0403ed1 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "test:demo:ng-previous": "cd demo-app/ng12 && npm run test", "test:demo:ng-latest": "cd demo-app/ng13 && npm run test", "test:ci": "ng test --karma-config karma.conf.ci.js", - "test:ci:all": "npm run test:ci && npm run test:ci:demo:ng-previous && npm run test:ci:demo:ng-latest", + "test:ci:all": "npm run test:ci && npm run test:ci:demo:ng-latest", "test:ci:demo:ng-previous": "cd demo-app/ng12 && npm run test:ci && cd ../..", "test:ci:demo:ng-latest": "cd demo-app/ng13 && npm run test:ci && cd ../..", "test:ci:coveralls": "cat ./reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",