From eda617121a57722002cfbb8885a2607f6d241883 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Tue, 30 May 2017 16:55:12 -0700 Subject: [PATCH] update .eslintignore and root publish script --- .eslintignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 8efc0704..76243263 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ **/build/* **/node_modules/* +**/coverage/* **/_gh-pages/* npm-debug.log diff --git a/package.json b/package.json index affbb558..db95fdb8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx ./packages/", - "publish": "npm run lint && lerna run test && lerna publish && lerna run gh-pages", + "publish": "npm run test && lerna publish && lerna run gh-pages", "test": "lerna exec npm install && npm run lint && jest" }, "repository": "https://github.com/williaster/data-ui.git",