This commit is contained in:
Eric Bidelman 2017-06-19 15:44:54 -07:00 committed by Pavel Feldman
parent 96e5736528
commit e73d22a564

View File

@ -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 ."
},