pnpm-publishing とは?
Constructive 標準に従って makage と lerna を使用して TypeScript パッケージを公開します。 「パッケージの公開」「npmへのリリース」「公開用のビルド」を求められた場合、またはnpm配布用のパッケージを準備する場合に使用します。 ソース: constructive-io/constructive-skills。
Constructive 標準に従って makage と lerna を使用して TypeScript パッケージを公開します。 「パッケージの公開」「npmへのリリース」「公開用のビルド」を求められた場合、またはnpm配布用のパッケージを準備する場合に使用します。
コマンドラインで pnpm-publishing AI スキルを開発環境にすばやくインストール
ソース: constructive-io/constructive-skills。
Publish TypeScript packages to npm using makage for builds and lerna for versioning. This covers the dist-folder publishing pattern that prevents tree-shaking into weird import paths.
Deep nested imports via file path are fully supported and recommended for tree-shaking. With dist-folder publishing, the dist/ folder becomes the package root, so consumers can import directly from subdirectories:
After makage build, the dist/ folder mirrors this structure and becomes the published package root.
Constructive 標準に従って makage と lerna を使用して TypeScript パッケージを公開します。 「パッケージの公開」「npmへのリリース」「公開用のビルド」を求められた場合、またはnpm配布用のパッケージを準備する場合に使用します。 ソース: constructive-io/constructive-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/constructive-io/constructive-skills --skill pnpm-publishingConstructive 標準に従って makage と lerna を使用して TypeScript パッケージを公開します。 「パッケージの公開」「npmへのリリース」「公開用のビルド」を求められた場合、またはnpm配布用のパッケージを準備する場合に使用します。 ソース: constructive-io/constructive-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/constructive-io/constructive-skills --skill pnpm-publishing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/constructive-io/constructive-skills