1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00

ember: Add ember build -prod command (#1773)

This commit is contained in:
Tobias Bieniek 2017-12-09 18:07:00 +01:00 committed by Starbeamrainbowlabs
parent 7d7cbb6ceb
commit b89cd0bab3

View file

@ -15,6 +15,10 @@
`ember build`
- Build the project in production mode:
`ember build -prod`
- Run the development server:
`ember serve`