mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-13 16:56:24 -04:00
5 lines
82 B
Bash
Executable file
5 lines
82 B
Bash
Executable file
#! /bin/sh
|
|
cd "${0%/*}" || exit
|
|
yarn run build --no-native
|
|
"$(yarn bin)/jest" src
|