diff options
author | Philip Molares | 2021-05-08 10:08:21 +0200 |
---|---|---|
committer | Philip Molares | 2021-05-08 13:47:31 +0200 |
commit | a4b4ebd80c2c94d7e14eee18a9928f63d653efc9 (patch) | |
tree | 233592548bb4dc49149c53cca7942a8bb5a4a0f5 /bin/setup | |
parent | 3e836d815baf3f98fb6b263b5aa123d81f78fb9c (diff) |
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 <philip.molares@udo.edu>
Diffstat (limited to 'bin/setup')
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |