feat: gateway publishability + npmjs publish script #370
Reference in New Issue
Block a user
Delete Branch "feat/gateway-publishability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
private: truefrom gateway package.json, addbin,files, npmjspublishConfig#!/usr/bin/env nodeshebang to main.ts for global bin executionscripts/publish-npmjs.sh— patches@mosaic/*→@mosaicstack/*, resolves workspace deps, publishes to npmjs, restores originalspublish-npmjsCI step in Woodpecker (tag events only, usesnpmjs_tokensecret)Test plan
--dry-run --filter @mosaic/typesproduces correct tarball)NPM_TOKEN=xxx scripts/publish-npmjs.shpublishes to npmjsnpmjs_tokensecret configured