Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
build: update build to exclude __tests__
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Fadler committed Jul 25, 2017
1 parent 8743e46 commit 530a1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@ logs
node_modules
lib
.idea/
package-lock.json
package-lock.json
coverage/
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublish": "rimraf lib && babel src --out-dir lib"
"prepublish": "rimraf lib && babel src --out-dir lib --ignore __tests__"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 530a1e8

Please sign in to comment.