File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,19 @@ jobs:
2121 with :
2222 node-version : 16.x
2323 registry-url : " https://registry.npmjs.org"
24+ scope : " @standardnotes"
2425
2526 - name : Enable Corepack (Yarn)
2627 run : corepack enable
2728
29+ - name : Verify npm auth + registry (debug E404)
30+ shell : bash
31+ run : |
32+ node -v
33+ npm -v
34+ npm config get registry
35+ npm whoami
36+
2837 - name : Setup git config
2938 run : |
3039 git config --global user.name "standardci"
Original file line number Diff line number Diff line change 88 ],
99 "private" : true ,
1010 "license" : " AGPL-3.0-or-later" ,
11- "author" : " Standard Notes Community. " ,
11+ "author" : " Standard Notes Community" ,
1212 "sn" : {
1313 "name" : " Advanced Checklist" ,
1414 "content_type" : " SN|Component" ,
You can’t perform that action at this time.
0 commit comments