1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Update tools build command to end in directory from which it started. (#2434)

This commit is contained in:
mic704b 2020-02-04 06:59:12 +11:00 committed by GitHub
parent ffdae41605
commit 3a29b5f321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ All TypeScript files are generated next to the .ts or .tsx file. So for example,
Before building any of the applications, you need to build the tools and pre-commit hooks:
```
npm install && cd Tools && npm install
npm install && cd Tools && npm install && cd ..
```
# Building the Electron application