We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.ts
1 parent 184bbd6 commit 9662c2eCopy full SHA for 9662c2e
package.json
@@ -8,7 +8,7 @@
8
"prettier": "prettier \"./**/*.ts\" \"./**/*.tsx\" --write",
9
"git-pre-commit": "npm run prettier && git add -A",
10
"lint": "npm run prettier && git diff --exit-code",
11
- "test": "tsc && rm -f test/hardlink/link && ln test/hardlink/orig.txt test/hardlink/link && node --test"
+ "test": "tsc && rm -f test/hardlink/link && ln test/hardlink/orig.txt test/hardlink/link && node --test ./dist/test/**/*.test.js"
12
},
13
"repository": "styfle/packagephobia",
14
"author": "styfle",
0 commit comments