diff --git a/package.json b/package.json index 90b70685..8bd5e226 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "test-puppeteer": "jasmine test/test.js", "test-phantom": "python third_party/phantomjs/test/run-tests.py", - "test": "yarn lint --silent && npm run test-puppeteer && npm run test-phantom", + "test": "npm run lint --silent && npm run test-puppeteer && npm run test-phantom", "install": "node install.js", "lint": "eslint --quiet -f codeframe . || eslint ." },