Skip to content

Commit ba20bbe

Browse files
author
Simen Brekken
committed
Ignore tests when building
1 parent 8499908 commit ba20bbe

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
@@ -4,7 +4,7 @@
44
"description": "React bindings for Firebase",
55
"main": "./lib/index.js",
66
"scripts": {
7-
"build": "babel src --out-dir lib",
7+
"build": "babel src --ignore src/**/*-test.js --out-dir lib",
88
"lint": "eslint src examples",
99
"prepublish": "npm run build",
1010
"start": "babel-node examples/server",

0 commit comments

Comments
 (0)