dev-workflow

Installation
SKILL.md

Development workflow – contentstack-marketplace-sdk

When to use

  • Installing deps or running the full test matrix before a PR
  • Understanding pretest hooks (lint before tests)

Instructions

Commands

  • npm run build — clean + Babel + Webpack bundles for node/web/RN/NativeScript.
  • npm testtest:api then test:unit per package.json.
  • npm run lint — ESLint on lib and test.

Hooks

  • pretest clears coverage and runs lint—fix lint before expecting tests to run cleanly.
Installs
2
First Seen
7 days ago
dev-workflow — contentstack/contentstack-marketplace-sdk