From 581513d17c0e4c3f3977381dbb7911cdc819d0fe Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 31 May 2020 13:45:02 +0200 Subject: [PATCH] [fix] remove all yarn occurrences --- doc/dev/setup_env_dev.md | 1 - doc/use/manual_compilation.md | 3 +-- release/Makefile | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/dev/setup_env_dev.md b/doc/dev/setup_env_dev.md index 1b12fa82f..34815cd4d 100644 --- a/doc/dev/setup_env_dev.md +++ b/doc/dev/setup_env_dev.md @@ -16,7 +16,6 @@ To develop on Duniter, there is currently the following requirement: - curl - git (apt-get install git) - Nvm -- Yarn And preferably an IDE that supports [Typescript] and [Rust] well. diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md index d2fcfe570..e3be4c9aa 100644 --- a/doc/use/manual_compilation.md +++ b/doc/use/manual_compilation.md @@ -16,7 +16,6 @@ To compile Duniter manually, there is currently the following requirement: - curl - tar or unzip or git (to download and extract source code) - Nvm -- Yarn ### Get source code @@ -79,7 +78,7 @@ If, for example, version 10 is expected, install and select it with the followin nvm install 10 && nvm use 10 -### Optionaly add GUI +### Optionally add GUI The graphical user interface (GUI) is optional because it is possible to do everything from the command line. If you wish to have the GUI, you must add it (before compiling) with the following command: diff --git a/release/Makefile b/release/Makefile index 2e5347f3c..6d32bbb7e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -30,7 +30,7 @@ NW_VERSION = 0.33.1 ADDON_VERSION = 64 DUNITER_UI_VERSION = 1.7.x DEV_FILES = $(wildcard .eslint* .git* .npm* .prettierignore Cargo.* deny.toml gui license-header.txt npm* \ - tsconfig* tslint* yarn*) + tsconfig* tslint*) # This may be overriden by caller ARCH = $(shell uname -m | sed -e "s/86_//") -- GitLab