This commit is contained in:
Eric Bidelman 2017-06-19 15:44:54 -07:00
parent 178d5aff41
commit 5cf2083f1c

View File

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