mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
4 lines
72 B
Bash
Executable file
4 lines
72 B
Bash
Executable file
#! /bin/sh
|
|
cd ${0%/*}
|
|
yarn run build --no-native
|
|
"$(yarn bin)/jest" src
|