We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e3ee8 commit a2f117bCopy full SHA for a2f117b
package.json
@@ -8,7 +8,7 @@
8
"build": "node bin/build-entity-json-files.js && generate-export-aliases",
9
"fix-entities": "prettier --print-width=100 --write data/entities.json",
10
"start": "mkdir -p .tmp && node bin/merge-origins-with-entities.js && node bin/create-markdown.js",
11
- "test": "npm run build && jest"
+ "test": "npm run build && jest 'lib/*'"
12
},
13
"keywords": [
14
"third-party",
0 commit comments