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:
parent
7d7cbb6ceb
commit
b89cd0bab3
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`ember build`
|
||||
|
||||
- Build the project in production mode:
|
||||
|
||||
`ember build -prod`
|
||||
|
||||
- Run the development server:
|
||||
|
||||
`ember serve`
|
||||
|
|
Loading…
Add table
Reference in a new issue