mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#! /bin/sh
|
|
yarn run build --no-native
|
|
cd "${0%/*}"/../build || exit 1
|
|
"$(yarn bin)/web-ext" lint
|