Skip to content

Commit 9159158

Browse files
fix: update pre-publish test for new CLI path
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5d351f8 commit 9159158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-pre-publish-quick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log_success "Build succeeds"
3131
# Essential CLI test
3232
log_info "Testing CLI functionality..."
3333
# Skip CLI test due to database initialization requirements
34-
if [ -f "dist/cli/index.js" ]; then
34+
if [ -f "dist/src/cli/index.js" ]; then
3535
log_success "CLI is executable"
3636
else
3737
log_error "CLI execution failed"

0 commit comments

Comments
 (0)