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.
1 parent af82c6d commit c789f32Copy full SHA for c789f32
packages/test-utils/package.json
@@ -4,7 +4,8 @@
4
"main": "./dist/lib/index.js",
5
"types": "./dist/lib/index.d.ts",
6
"scripts": {
7
- "test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
+ "test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'",
8
+ "release": "echo 'Skipping release, not a public package'"
9
},
10
"peerDependencies": {
11
"@redis/client": "*"
0 commit comments