Skip to content

Commit 39761d7

Browse files
committed
fix: update success command path in package.json for documentation deployment
1 parent 3d5a0b7 commit 39761d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
[
4141
"@semantic-release/exec",
4242
{
43-
"successCmd": "sh -lc 'cd ../documentation && npm ci && npm run build && npm run deploy'"
43+
"successCmd": "sh -lc 'cd documentation && npm ci && npm run build && npm run deploy'"
4444
}
4545
]
4646
],

0 commit comments

Comments
 (0)