Skip to content

Commit c789f32

Browse files
committed
add noop release script for test-utils
1 parent af82c6d commit c789f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/test-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"main": "./dist/lib/index.js",
55
"types": "./dist/lib/index.d.ts",
66
"scripts": {
7-
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
7+
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'",
8+
"release": "echo 'Skipping release, not a public package'"
89
},
910
"peerDependencies": {
1011
"@redis/client": "*"

0 commit comments

Comments
 (0)