From fdf38836696b3015eda983f8c0cd48bd547d9066 Mon Sep 17 00:00:00 2001 From: Vadim Nicolai Date: Wed, 26 Dec 2018 11:04:06 +0200 Subject: [PATCH] Update npm.rst --- 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 ae82dd56f..19305a7c9 100644 --- a/developer_manual/app/npm.rst +++ b/developer_manual/app/npm.rst @@ -6,7 +6,7 @@ The node package manager ``npm`` is a widely used tool to manage JavaScript depe order to make the project setup easier for everybody, we recommend to follow the convention of typical scripts like ``build``, ``watch`` and ``test`` in the ``package.json`` file. -You can find more info about this convention on blog posts like `this https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/`_. +You can find more info about this convention on blog posts like this `https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/`_. npm build ---------