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>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user