The recursive publish 404'd on every package (npm's obscured 'unauthenticated'):
setup-node's ${NODE_AUTH_TOKEN}-templated .npmrc is read by npm but not reliably
by pnpm publish. Write the token literally into .npmrc + set @hanzo:registry, and
add npm whoami as an auth diagnostic. .npmrc gitignored.
69 lines
779 B
Plaintext
69 lines
779 B
Plaintext
# Compiled output
|
|
out/
|
|
dist/
|
|
*.vsix
|
|
*.xpi
|
|
*.crx
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# IDE
|
|
.vscode-test/
|
|
.vscode/settings.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Claude Desktop build artifacts
|
|
dist/claude-desktop/node_modules/
|
|
lib/graphene/
|
|
|
|
# Dev CLI artifacts
|
|
.hanzo-dev/
|
|
.dev/
|
|
test/test-results.json
|
|
test-results/
|
|
playwright-report/
|
|
packages/*/playwright-report/
|
|
packages/*/dist/
|
|
packages/*/node_modules/
|
|
packages/*/*.tgz
|
|
|
|
# Claude chats
|
|
.claude/
|
|
claude_chats/
|
|
*.zip
|
|
|
|
# hygiene (untrack node_modules, block common build output)
|
|
**/node_modules/
|
|
.pnpm-store/
|
|
build/
|
|
.next/
|
|
*.log
|
|
tmp/
|
|
.npmrc
|