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