Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.04 KB

File metadata and controls

39 lines (31 loc) · 1.04 KB

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.