Skip to content

Commit 713e7fc

Browse files
committed
no need to try to release root
1 parent c789f32 commit 713e7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 && release-it"
20+
"release": "npm run release --workspaces"
2121
},
2222
"devDependencies": {
2323
"@istanbuljs/nyc-config-typescript": "^1.0.2",

0 commit comments

Comments
 (0)