Open davidlehn opened 2 years ago
@iherman @pchampin does W3C have an npm account?
@iherman @pchampin does W3C have an npm account?
I do not know. @deniak @plehegar ?
@iherman @pchampin does W3C have an npm account?
I do not know. @deniak @plehegar ?
We do: https://www.npmjs.com/org/w3c
Let me know who should be invited.
@deniak We're working on how to deploy now. If access policies allow it, I could do npm releases. I'm @davidlehn
on npm too.
https://www.npmjs.com/~davidlehn
@davidlehn, I just sent you the invite.
@deniak, can I be added on the list for npm publishing? @davidlehn, if that is good, then I can be a fall back, see https://github.com/w3c/respec-vc/pull/37#issuecomment-2216400553.
@deniak, how does that work exactly. I do submit packages to npm time-to-time, but from my own repositories. Will npm just "know"?
@iherman I just sent you the invite. I've never publish a npm package under a different account but it looks like you need to add w3c as the owner of the package: https://docs.npmjs.com/cli/v7/commands/npm-owner
@iherman I just sent you the invite.
Thank you, have just accepted it.
I've never publish a npm package under a different account but it looks like you need to add w3c as the owner of the package: https://docs.npmjs.com/cli/v7/commands/npm-owner
@davidlehn I presume you know this. Is it so that you have to add me as an owner to the package via npm? This is how I read the reference of @deniak ...
It's unclear what the release process is for this package. Looks like it has been a branch per version, and built js files are committed in
dist
, then the branch is tagged?Would it make sense to use a build process that publishes to npm? Then adjust to use jsdelivr npm links. It would be similar but avoid having build artifacts accumulate in
dist/*.js
in git.