Skip to content

Commit 0f04a10

Browse files
committed
Add npm script test:fetch-private
1 parent bab0951 commit 0f04a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"verify:cjs": "node script/check-file.js commonjs",
7676
"verify:publish-package": "npm pack | node script/check-publish-package.js",
7777
"verify:typings": "tsc --noEmit",
78+
"test:fetch-private": "bash test/fetch-tests.sh",
7879
"test": "npm-run-all lint test:jest test:browser",
7980
"test:jest": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
8081
"test:ci": "cross-env NODE_ICU_DATA=node_modules/full-icu node --expose-gc ./node_modules/jest/bin/jest --forceExit",

0 commit comments

Comments
 (0)