mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Merge pull request #185 from paperless-ngx/fix-build-prod-warning
Fix build --prod depreciated warning
This commit is contained in:
@@ -65,7 +65,7 @@ To do the setup you need to perform the steps from the following chapters in a c
|
||||
.. code:: shell-session
|
||||
|
||||
npm install .
|
||||
./node_modules/.bin/ng build --prod
|
||||
./node_modules/.bin/ng build --configuration production
|
||||
|
||||
8. Apply migrations and create a superuser for your dev instance:
|
||||
|
||||
|
Reference in New Issue
Block a user