Skip to content

Commit 60729d8

Browse files
committed
🔥 Don't transpile files under __tests__
1 parent 34be1d8 commit 60729d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "jest",
1212
"lint": "eslint src example/src --ext .js,.jsx",
1313
"clean": "rm -rf lib",
14-
"build": "npm run clean && babel src --out-dir lib",
14+
"build": "npm run clean && babel src --out-dir lib --ignore src/__tests__",
1515
"prepublish": "npm run build"
1616
},
1717
"jest": {

0 commit comments

Comments
 (0)