You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,12 @@ To start working on frontend follow this steps:
38
38
39
39
1. ☁ Clone this into your `apps` folder of your Nextcloud.
40
40
1. 👩💻 In a terminal, run the command `make dev-setup` to install the dependencies.
41
-
1. 🏗 Then to build the frontend application run `make build-js` (builds Vue application in production mode), or watch changes with: `make watch-js` (in development mode).
41
+
1. 🏗 Then to build the frontend application run `make build-js-production` (builds Vue application in production mode), or watch changes with: `make watch-js` (in development mode).
42
42
1. ✅ Enable the app through the app management of your Nextcloud.
43
43
1. 💻 Fix easily linting issues with `npm run lint:fix`.
0 commit comments