File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
"build" : " tsc --build" ,
18
18
"documentation" : " typedoc --out ./documentation" ,
19
19
"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 "
21
21
},
22
22
"devDependencies" : {
23
23
"@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 4
4
"main" : " ./dist/lib/index.js" ,
5
5
"types" : " ./dist/lib/index.d.ts" ,
6
6
"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'"
9
8
},
10
9
"peerDependencies" : {
11
10
"@redis/client" : " *"
You can’t perform that action at this time.
0 commit comments