From 07eaa98cc56582b11364746a805d236e114c5fd9 Mon Sep 17 00:00:00 2001 From: tflidd Date: Fri, 29 May 2020 11:26:14 +0200 Subject: [PATCH] Update npm.rst fixes https://github.com/nextcloud/documentation/issues/2026 --- developer_manual/app/npm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/npm.rst b/developer_manual/app/npm.rst index fd492a782..2f1477611 100644 --- a/developer_manual/app/npm.rst +++ b/developer_manual/app/npm.rst @@ -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: