diff --git a/package.json b/package.json index 8d7c5e89f..b01406698 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test": "lerna run test", "test:windows": "lerna run test --ignore polyserve", "test:integration": "lerna run test:integration", - "test:integration:windows": "lerna run test:integration --ignore polymer-linter" + "test:integration:windows": "lerna run test:integration" }, "devDependencies": { "lerna": "^2.10.1" diff --git a/packages/linter/package.json b/packages/linter/package.json index 65d174cfd..c2e6c3c8c 100644 --- a/packages/linter/package.json +++ b/packages/linter/package.json @@ -48,7 +48,7 @@ "lint": "tslint -c tslint.json src/*.ts src/**/*.ts", "test": "npm run build && mocha && npm run lint", "test:watch": "tsc-then -- mocha", - "test:integration": "npm run build && (cd test/integration && bower install --silent) && INTEGRATION_TEST=true mocha lib/test/integration_test.js" + "run-on-polymer": "npm run build && (cd test/integration && bower install --silent) && INTEGRATION_TEST=true mocha lib/test/integration_test.js" }, "repository": { "type": "git",