Skip to content

Commit

Permalink
chore: 🔫 update ignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyoki committed Sep 26, 2021
1 parent a247166 commit bad59a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
}
]
],
"ignore": ["**/__tests__"],
"sourceMaps": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"prepare": "husky install",
"start": "yarn run build --watch",
"build": "rimraf dist && babel src --out-dir dist",
"build": "rimraf dist && babel src --out-dir dist --ignore '**/__tests__'",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint '**/*.js' --color --fix",
Expand Down

0 comments on commit bad59a0

Please sign in to comment.