mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update npm.rst
fixes https://github.com/nextcloud/documentation/issues/2026
This commit is contained in:
parent
d9f1f2ce64
commit
07eaa98cc5
@ -13,7 +13,7 @@ npm build
|
||||
|
||||
Once ``npm install`` (``npm i`` for short) has been run to install all dependencies specified
|
||||
on ``package.json``, one typically has to build the project. Building can happen with tools like
|
||||
Webpack, Grunt or similar. To unify the build command across Nextcoud apps, just add the build
|
||||
Webpack, Grunt or similar. To unify the build command across Nextcloud apps, just add the build
|
||||
command(s) as ``build`` script to your.
|
||||
|
||||
For apps that use webpack, this might look like this:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user