1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Rename instances of yarn run to just yarn

This commit is contained in:
Laurent Cozic
2024-01-26 20:19:28 +00:00
parent 999baf4b3d
commit c94ec4e064
35 changed files with 73 additions and 73 deletions

View File

@ -8,7 +8,7 @@
// - Run the Postgres database -- `sudo docker-compose --file docker-compose.db-dev.yml up`
// - Update the DB parameters in ~/joplin-credentials/server.env to use the dev
// database
// - Run the server - `JOPLIN_IS_TESTING=1 yarn run start-dev`
// - Run the server - `JOPLIN_IS_TESTING=1 yarn start-dev`
// - Then run this script - `node populateDatabase.js`
//
// Currently it doesn't actually create the users, so that should be done using: