بنقرة واحدة
dev-workflow
Use for npm scripts, CI, and release flow in contentstack-marketplace-sdk.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use for npm scripts, CI, and release flow in contentstack-marketplace-sdk.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when reviewing PRs for contentstack-marketplace-sdk—API, bundles, tests, and npm publish impact.
Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk.
Use for Marketplace client behavior, public methods in lib/, and axios/@contentstack/utils usage.
Use for Mocha/NYC unit tests, API tests, and Jest TypeScript tests in contentstack-marketplace-sdk.
Mental model for the Marketplace SDK — client factory, org-scoped marketplace API, auth, regions, module map
HTTP stack for marketplace-sdk — Axios wrapper, retries, concurrency, params serialization, logging hook
| name | dev-workflow |
| description | Use for npm scripts, CI, and release flow in contentstack-marketplace-sdk. |
pretest hooks (lint before tests)npm run build — clean + Babel + Webpack bundles for node/web/RN/NativeScript.npm test — test:api then test:unit per package.json.npm run lint — ESLint on lib and test.pretest clears coverage and runs lint—fix lint before expecting tests to run cleanly..github/workflows/unit-test.yml—mirror key commands locally.