From a4b4ebd80c2c94d7e14eee18a9928f63d653efc9 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 8 May 2021 10:08:21 +0200 Subject: Docs: Add mention to install devDependencies Before `yarn build` can be succesfully run, we need to install the devDependencies. This is necessary, because `bin/setup` does not install the devDependencies… Signed-off-by: Philip Molares --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index b4a7ae9d..907567ca 100755 --- a/bin/setup +++ b/bin/setup @@ -50,7 +50,7 @@ echo "Installing packages..." yarn install --production=true --pure-lockfile cat << EOF - +If you want to build the frontend yourself, you need to run 'yarn install' before 'yarn build' to install the devDependencies for the build process. Edit the following config file to setup HedgeDoc server and client. Read more info at https://docs.hedgedoc.org/configuration/ -- cgit v1.2.3