Skip to content

Commit

Permalink
don't transpile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 24, 2020
1 parent 9d96322 commit 08850c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jest": "jest --verbose",
"rollup": "rollup",
"rollup-all": "lerna run rollup",
"babel": "babel",
"babel": "babel --ignore **/__tests__/**",
"precise-commits": "precise-commits",
"prettier": "prettier",
"prettier-all": "prettier --write *.js{,on} packages/*/{,src/,src/*/,src/*/*/}*.js{,on}",
Expand Down

0 comments on commit 08850c2

Please sign in to comment.