Skip to content

Commit

Permalink
Move babel config to the package.json from the command
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 31, 2017
1 parent 013bca7 commit d35693a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/jest-plugin-it-renders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@
"devDependencies": {
"react": "^15.6.1"
},
"babel": {
"ignore": [
"**/__tests__/**"
]
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
"build": "babel src --out-dir build",
"clean": "rimraf build",
"prepublishOnly": "yarn run clean && yarn run build"
}
Expand Down

0 comments on commit d35693a

Please sign in to comment.