You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To better support publish workflows, it'd be nice to create a task to publish to the npm registry defined in the outputted package.json. I started work on the npm-publish branch, but it's a mess of SbtWeb, SbtJsEngine and other craziness to get it to work.
For now, I'm going to simply npm link for local development and, in a CI/CD context, just move the compiled codebase into an npm container and cd+npm publish from within target/typescript directly.
The text was updated successfully, but these errors were encountered:
To better support publish workflows, it'd be nice to create a task to publish to the npm registry defined in the outputted
package.json
. I started work on thenpm-publish
branch, but it's a mess ofSbtWeb
,SbtJsEngine
and other craziness to get it to work.For now, I'm going to simply
npm link
for local development and, in a CI/CD context, just move the compiled codebase into an npm container andcd
+npm publish
from withintarget/typescript
directly.The text was updated successfully, but these errors were encountered: