1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +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

@@ -1,3 +1,3 @@
#!/bin/bash
set -e
yarn run build && NODE_PATH="build/" node build/cli-integration-tests.js
yarn build && NODE_PATH="build/" node build/cli-integration-tests.js