diff --git a/.eslintignore b/.eslintignore index 0634a71..66368fa 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ src/fixtures/**/* +dist/ diff --git a/package.json b/package.json index cf4a008..fe22c03 100644 --- a/package.json +++ b/package.json @@ -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"