From e73d22a564a4b5fd1f4ec4757851c80ca50ae237 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 19 Jun 2017 15:44:54 -0700 Subject: [PATCH] use npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ." },