Skip to content

Commit 49eff60

Browse files
authored
Move tests to *.spec.js (#5)
1 parent c3997cd commit 49eff60

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
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"es6": "src/index.js",
77
"scripts": {
8-
"build": "babel src -d dist --ignore __tests__",
8+
"build": "babel src -d dist --ignore **/*.spec.js",
99
"clean": "rimraf dist",
1010
"lint": "eslint src/ --ext .jsx,.js",
1111
"prepublishOnly": "yarn clean && yarn build",

0 commit comments

Comments
 (0)