Skip to content

Commit

Permalink
chore: only test lib
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed May 7, 2019
1 parent d6e3ee8 commit a2f117b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "node bin/build-entity-json-files.js && generate-export-aliases",
"fix-entities": "prettier --print-width=100 --write data/entities.json",
"start": "mkdir -p .tmp && node bin/merge-origins-with-entities.js && node bin/create-markdown.js",
"test": "npm run build && jest"
"test": "npm run build && jest 'lib/*'"
},
"keywords": [
"third-party",
Expand Down

0 comments on commit a2f117b

Please sign in to comment.