Skip to content

Commit a8f3d80

Browse files
committed
Run babel before tests.
1 parent 05e8c9e commit a8f3d80

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
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"prepare": "babel src --out-dir lib",
11-
"test": "standard && mocha 'lib/**/__tests__/*'"
11+
"test": "standard && babel src --out-dir lib && mocha 'lib/**/__tests__/*'"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)