Skip to content

Commit

Permalink
fusionjs#726 add rule to ignore the test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Mar 20, 2019
1 parent 515c069 commit cc6fdfb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"test": "git clean -Xfd test/fixtures && jest --maxWorkers 1"
},
"files": [
"README.md",
"LICENSE",
"get-compilation-metadata.js",
"bin/",
"build/",
"commands/",
"entries/",
"lib/",
"plugins/",
"get-compilation-metadata.js",
"README.md",
"LICENSE"
"!**/test/"
],
"dependencies": {
"@babel/core": "^7.1.6",
Expand Down

0 comments on commit cc6fdfb

Please sign in to comment.