mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#! /bin/sh
|
|
yarn run build --no-native
|
|
cd "${0%/*}"/../build || exit 1
|
|
"$(yarn bin)/web-ext" lint
|