We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734cbd0 commit f5d8c65Copy full SHA for f5d8c65
1 file changed
.github/workflows/publish.yml
@@ -68,9 +68,15 @@ jobs:
68
run: |
69
npm run build
70
71
+ - name: Preflight npm auth and package checks
72
+ working-directory: ./frontend
73
+ run: |
74
+ npm whoami
75
+ npm view django-ai-assistant-client name version || echo "Package not found yet in npm registry (first publish path)."
76
+
77
- name: Publish package distributions to npm
78
working-directory: ./frontend
79
- npm publish
80
+ npm publish --access public
81
env:
82
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments