tridactyl/ci/unit.sh

5 lines
82 B
Bash
Raw Normal View History

#! /bin/sh
2020-09-28 11:55:14 +01:00
cd "${0%/*}" || exit
2020-07-19 13:14:57 +01:00
yarn run build --no-native
"$(yarn bin)/jest" src