Skip to content

Commit

Permalink
Change .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hooriza committed Jul 29, 2019
1 parent 955cb43 commit fb387a6
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 +1,2 @@
src/fixtures/**/*
dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"watch": "^1.0.1"
},
"scripts": {
"build": "babel src --out-dir dist",
"build": "babel src/index.js --out-dir dist",
"test": "jest",
"lint": "eslint src",
"prepublish": "npm test && npm run build"
Expand Down

0 comments on commit fb387a6

Please sign in to comment.