Skip to content

manGoweb/contember-plugins

Repository files navigation

Contember plugins

Development

npm ci # Install dependencies
npm run dev

Go to localhost:1480 to check admin components.

Run npm run contember migration:diff migration-name to create a new demo migration.

How to publish new version

npm version major|minor|patch
git push && git push --tags

GitHub CI will publish to GitHub npm registry automatically.