Skip to content

Commit 92cfbdf

Browse files
committed
better way to handle skipping
1 parent 713e7fc commit 92cfbdf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "tsc --build",
1818
"documentation": "typedoc --out ./documentation",
1919
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'",
20-
"release": "npm run release --workspaces"
20+
"release": "npm run release --workspaces --if-present"
2121
},
2222
"devDependencies": {
2323
"@istanbuljs/nyc-config-typescript": "^1.0.2",

packages/test-utils/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
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'",
8-
"release": "echo 'Skipping release, not a public package'"
7+
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
98
},
109
"peerDependencies": {
1110
"@redis/client": "*"

0 commit comments

Comments
 (0)