Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 277 Bytes

DEPLOYMENT.md

File metadata and controls

18 lines (12 loc) · 277 Bytes

Deployment

Addon To NPM

yarn publish

Docs

Typically run:

$ ./node_modules/.bin/ember deploy production

If you need to force the current branch to be the LATEST:

$ ADDON_DOCS_UPDATE_LATEST=true ./node_modules/.bin/ember deploy production