Skip to content

Commit 704ff61

Browse files
PaulDuvallclaude
andcommitted
fix: update test workflow to handle scoped package naming
Updated package file pattern from 'claude-dev-toolkit-*.tgz' to '*claude-dev-toolkit-*.tgz' to match the scoped package naming convention (@paulduvall/claude-dev-toolkit) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 34dfdf5 commit 704ff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
# Test package can be installed globally (simulate user experience)
248248
echo "🔧 Testing global installation process..."
249249
npm pack
250-
PACKAGE_FILE=$(ls claude-dev-toolkit-*.tgz)
250+
PACKAGE_FILE=$(ls *claude-dev-toolkit-*.tgz)
251251
echo " 📦 Package created: $PACKAGE_FILE"
252252
253253
# Test global install (without actually installing globally in CI)

0 commit comments

Comments
 (0)