3 lines
60 B
Bash
Executable file
3 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
cd /tmp/joplin/
|
|
BUILD_SEQUENCIAL=1 yarn install
|