mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Stop needless build for lint CI job
This commit is contained in:
parent
01e7d50677
commit
a18a173f21
3 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,6 @@ commands:
|
|||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
paths:
|
||||
- ./node_modules
|
||||
- run: bash -c 'yarn run build'
|
||||
jobs:
|
||||
lint:
|
||||
docker:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
yarn run build --no-native
|
||||
cd ${0%/*}/../build
|
||||
"$(yarn bin)/web-ext" lint
|
||||
"$(yarn bin)/web-ext" lint
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
cd ${0%/*}
|
||||
yarn run build --no-native
|
||||
"$(yarn bin)/jest" src
|
||||
|
|
Loading…
Add table
Reference in a new issue