Skip to content

Commit

Permalink
update .eslintignore and root publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed May 30, 2017
1 parent 996f47d commit eda6171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/build/*
**/node_modules/*
**/coverage/*
**/_gh-pages/*
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eda6171

Please sign in to comment.